com.incesoft.botplatform.sdk.protocol.msg
Class LoginResponse
java.lang.Object
com.incesoft.botplatform.sdk.protocol.msg.LoginResponse
public class LoginResponse
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATUS_OK
public static final int STATUS_OK
- See Also:
- Constant Field Values
STATUS_TOKEN_REQUIRED
public static final int STATUS_TOKEN_REQUIRED
- See Also:
- Constant Field Values
STATUS_FAILED
public static final int STATUS_FAILED
- See Also:
- Constant Field Values
LoginResponse
public LoginResponse()
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
getConnId
public java.lang.String getConnId()
setConnId
public void setConnId(java.lang.String connId)
getChallenge
public java.lang.String getChallenge()
setChallenge
public void setChallenge(java.lang.String challenge)
getAlgorithm
public java.lang.String getAlgorithm()
setAlgorithm
public void setAlgorithm(java.lang.String algorithm)