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_CHARACTER_I_D
public static final String SERIALIZED_NAME_CHARACTER_NAME
public static final String SERIALIZED_NAME_CHARACTER_OWNER_HASH
public static final String SERIALIZED_NAME_EXPIRES_ON
public static final String SERIALIZED_NAME_INTELLECTUAL_PROPERTY
public static final String SERIALIZED_NAME_SCOPES
public static final String SERIALIZED_NAME_TOKEN_TYPE
public EsiVerifyResponse characterID(Integer characterID)
public Integer getCharacterID()
public void setCharacterID(Integer characterID)
public EsiVerifyResponse characterName(String characterName)
@Nullable public String getCharacterName()
public void setCharacterName(String characterName)
public EsiVerifyResponse characterOwnerHash(String characterOwnerHash)
@Nullable public String getCharacterOwnerHash()
public void setCharacterOwnerHash(String characterOwnerHash)
public EsiVerifyResponse expiresOn(String expiresOn)
@Nullable public String getExpiresOn()
public void setExpiresOn(String expiresOn)
public EsiVerifyResponse intellectualProperty(String intellectualProperty)
@Nullable public String getIntellectualProperty()
public void setIntellectualProperty(String intellectualProperty)
public EsiVerifyResponse scopes(String scopes)
@Nullable public String getScopes()
public void setScopes(String scopes)
public EsiVerifyResponse tokenType(String tokenType)
public void setTokenType(String tokenType)
Copyright © 2020. All Rights Reserved.