java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.exception.brand.Creation

@ApiType("SoftLayer_Exception_Brand_Creation")
public class Creation
extends Entity
Throw this exception if there are validation errors. The types are specified in SoftLayer_Brand_Creation_Input including: KEY_NAME, PREFIX, NAME, LONG_NAME, SUPPORT_POLICY, POLICY_ACKNOWLEDGEMENT_FLAG, etc.
See Also:
SoftLayer_Exception_Brand_Creation
  • Field Details

  • Constructor Details

    • Creation

      public Creation()
  • Method Details

    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage​(String message)
    • isMessageSpecified

      public boolean isMessageSpecified()
    • unsetMessage

      public void unsetMessage()
    • getType

      public String getType()
    • setType

      public void setType​(String type)
    • isTypeSpecified

      public boolean isTypeSpecified()
    • unsetType

      public void unsetType()
    • service

      public static Creation.Service service​(ApiClient client)