br.com.tempest.sentinelapi
Class Process

java.lang.Object
  extended by br.com.tempest.sentinelapi.Process

public class Process
extends Object


Constructor Summary
Process()
           
 
Method Summary
 int getAuthAttemptsLeft()
           
 Date getCreatedAt()
           
 int getPasscodeAttemptsLeft()
           
 String getToken()
           
 Date getUpdatedAt()
           
 User getUser()
           
 boolean isAuthorized()
           
 void setData(Map<String,String> data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Process

public Process()
Method Detail

getToken

public String getToken()

getCreatedAt

public Date getCreatedAt()

getUpdatedAt

public Date getUpdatedAt()

getAuthAttemptsLeft

public int getAuthAttemptsLeft()

getPasscodeAttemptsLeft

public int getPasscodeAttemptsLeft()

isAuthorized

public boolean isAuthorized()

setData

public void setData(Map<String,String> data)

getUser

public User getUser()


Copyright © 2015. All rights reserved.