java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.catalyst.company.Type

@ApiType("SoftLayer_Catalyst_Company_Type")
public class Type
extends Entity
See Also:
SoftLayer_Catalyst_Company_Type
  • Field Details

  • Constructor Details

    • Type

      public Type()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription​(String description)
    • isDescriptionSpecified

      public boolean isDescriptionSpecified()
    • unsetDescription

      public void unsetDescription()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • asService

      public Type.Service asService​(ApiClient client)
    • service

      public static Type.Service service​(ApiClient client)
    • service

      public static Type.Service service​(ApiClient client, Long id)