Class Success
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.container.authentication.response.Common
-
- com.softlayer.api.service.container.authentication.response.Success
-
@ApiType("SoftLayer_Container_Authentication_Response_Success") public class Success extends Common
The SoftLayer_Container_Authentication_Response_SUCCESS data type contains information for specific responses from the getPortalLogin API. This class is indicative of a request that was successful in obtaining a portal login token from the getPortalLogin API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Success.Mask
-
Field Summary
Fields Modifier and Type Field Description protected String
statusKeyName
protected boolean
statusKeyNameSpecified
protected Token
token
The token for interacting with the SoftLayer customer portal.protected boolean
tokenSpecified
-
Fields inherited from class com.softlayer.api.service.container.authentication.response.Common
accounts, accountsSpecified
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Success()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStatusKeyName()
Token
getToken()
boolean
isStatusKeyNameSpecified()
boolean
isTokenSpecified()
void
setStatusKeyName(String statusKeyName)
void
setToken(Token token)
void
unsetStatusKeyName()
void
unsetToken()
-
Methods inherited from class com.softlayer.api.service.container.authentication.response.Common
getAccounts, isAccountsSpecified, unsetAccounts
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
statusKeyName
@ApiProperty(canBeNullOrNotSet=true) protected String statusKeyName
-
statusKeyNameSpecified
protected boolean statusKeyNameSpecified
-
token
@ApiProperty(canBeNullOrNotSet=true) protected Token token
The token for interacting with the SoftLayer customer portal.
-
tokenSpecified
protected boolean tokenSpecified
-
-
Method Detail
-
getStatusKeyName
public String getStatusKeyName()
-
setStatusKeyName
public void setStatusKeyName(String statusKeyName)
-
isStatusKeyNameSpecified
public boolean isStatusKeyNameSpecified()
-
unsetStatusKeyName
public void unsetStatusKeyName()
-
getToken
public Token getToken()
-
setToken
public void setToken(Token token)
-
isTokenSpecified
public boolean isTokenSpecified()
-
unsetToken
public void unsetToken()
-
-