Class LoginFailed


  • @ApiType("SoftLayer_Container_Authentication_Response_LoginFailed")
    public class LoginFailed
    extends Common
    The SoftLayer_Container_Authentication_Response_LOGIN_FAILED data type contains information for specific responses from the getPortalLogin API. This class is indicative of a request where there was an inability to login based on the information that was provided.
    See Also:
    SoftLayer_Container_Authentication_Response_LoginFailed
    • Constructor Detail

      • LoginFailed

        public LoginFailed()
    • Method Detail

      • getErrorMessage

        public String getErrorMessage()
      • setErrorMessage

        public void setErrorMessage​(String errorMessage)
      • isErrorMessageSpecified

        public boolean isErrorMessageSpecified()
      • unsetErrorMessage

        public void unsetErrorMessage()
      • getStatusKeyName

        public String getStatusKeyName()
      • setStatusKeyName

        public void setStatusKeyName​(String statusKeyName)
      • isStatusKeyNameSpecified

        public boolean isStatusKeyNameSpecified()
      • unsetStatusKeyName

        public void unsetStatusKeyName()