public class ECommerceTokenOutputModel
extends java.lang.Object
Constructor and Description |
---|
ECommerceTokenOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.Long> |
getClientIds()
Getter for clientIds
The list of clients that the token is valid for.
|
java.util.Date |
getCreatedDate()
Getter for createdDate
The date the token was created.
|
java.util.Date |
getExpirationDate()
Getter for expirationDate
The date that the token will expire.
|
java.lang.String |
getToken()
Getter for token
The JWT token that authorizes the gencert tool to operate.
|
void |
setClientIds(java.util.ArrayList<java.lang.Long> value)
Setter for clientIds
The list of clients that the token is valid for.
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date the token was created.
|
void |
setExpirationDate(java.util.Date value)
Setter for expirationDate
The date that the token will expire.
|
void |
setToken(java.lang.String value)
Setter for token
The JWT token that authorizes the gencert tool to operate.
|
java.lang.String |
toString()
Returns a JSON string representation of ECommerceTokenOutputModel
|
public java.lang.String getToken()
public void setToken(java.lang.String value)
public java.util.ArrayList<java.lang.Long> getClientIds()
public void setClientIds(java.util.ArrayList<java.lang.Long> value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.util.Date getExpirationDate()
public void setExpirationDate(java.util.Date value)
public java.lang.String toString()
toString
in class java.lang.Object