public class EsiVerifyResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CHARACTER_I_D |
static String |
SERIALIZED_NAME_CHARACTER_NAME |
static String |
SERIALIZED_NAME_CHARACTER_OWNER_HASH |
static String |
SERIALIZED_NAME_EXPIRES_ON |
static String |
SERIALIZED_NAME_INTELLECTUAL_PROPERTY |
static String |
SERIALIZED_NAME_SCOPES |
static String |
SERIALIZED_NAME_TOKEN_TYPE |
| Constructor and Description |
|---|
EsiVerifyResponse() |
public static final String SERIALIZED_NAME_TOKEN_TYPE
public static final String SERIALIZED_NAME_INTELLECTUAL_PROPERTY
public static final String SERIALIZED_NAME_SCOPES
public static final String SERIALIZED_NAME_CHARACTER_I_D
public static final String SERIALIZED_NAME_CHARACTER_NAME
public static final String SERIALIZED_NAME_EXPIRES_ON
public static final String SERIALIZED_NAME_CHARACTER_OWNER_HASH
public EsiVerifyResponse tokenType(String tokenType)
public String getTokenType()
public void setTokenType(String tokenType)
public EsiVerifyResponse intellectualProperty(String intellectualProperty)
public String getIntellectualProperty()
public void setIntellectualProperty(String intellectualProperty)
public EsiVerifyResponse scopes(String scopes)
public String getScopes()
public void setScopes(String scopes)
public EsiVerifyResponse characterID(Integer characterID)
public Integer getCharacterID()
public void setCharacterID(Integer characterID)
public EsiVerifyResponse characterName(String characterName)
public String getCharacterName()
public void setCharacterName(String characterName)
public EsiVerifyResponse expiresOn(String expiresOn)
public String getExpiresOn()
public void setExpiresOn(String expiresOn)
public EsiVerifyResponse characterOwnerHash(String characterOwnerHash)
public String getCharacterOwnerHash()
public void setCharacterOwnerHash(String characterOwnerHash)
Copyright © 2019. All Rights Reserved.