Class AccountIdMissing
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.AccountIdMissing
@ApiType("SoftLayer_Container_Authentication_Response_AccountIdMissing") public class AccountIdMissing extends Common
The SoftLayer_Container_Authentication_Response_AccountIdMissing data type contains information for specific responses from the getPortalLogin API. This class is indicative of a request that is missing the account id.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccountIdMissing.Mask
-
Field Summary
Fields Modifier and Type Field Description protected String
statusKeyName
protected boolean
statusKeyNameSpecified
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 AccountIdMissing()
-
Method Summary
Modifier and Type Method Description String
getStatusKeyName()
boolean
isStatusKeyNameSpecified()
void
setStatusKeyName(String statusKeyName)
void
unsetStatusKeyName()
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 Details
-
statusKeyName
-
statusKeyNameSpecified
protected boolean statusKeyNameSpecified
-
-
Constructor Details
-
AccountIdMissing
public AccountIdMissing()
-
-
Method Details
-
getStatusKeyName
-
setStatusKeyName
-
isStatusKeyNameSpecified
public boolean isStatusKeyNameSpecified() -
unsetStatusKeyName
public void unsetStatusKeyName()
-