public class AuthCode extends Object implements Serializable
Constructor and Description |
---|
AuthCode() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthCode() |
String |
getErrorCode() |
long |
getInsertedTime() |
void |
setAuthCode(String authCode) |
void |
setErrorCode(String errorCode) |
void |
setInsertedTime(long insertedTime) |
public String getAuthCode()
public void setAuthCode(String authCode)
public String getErrorCode()
public void setErrorCode(String errorCode)
public long getInsertedTime()
public void setInsertedTime(long insertedTime)
Copyright © 2018 WSO2. All rights reserved.