java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.notification.delivery.Method

@ApiType("SoftLayer_Notification_Delivery_Method")
public class Method
extends Entity
Provides details for the delivery methods available.
See Also:
SoftLayer_Notification_Delivery_Method
  • Field Details

    • active

      @ApiProperty(canBeNullOrNotSet=true) protected Long active
      Determines if the delivery method is still used by the system.
    • activeSpecified

      protected boolean activeSpecified
    • description

      @ApiProperty(canBeNullOrNotSet=true) protected String description
      Description used for the delivery method.
    • descriptionSpecified

      protected boolean descriptionSpecified
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      Unique identifier for the various notification delivery methods.
    • idSpecified

      protected boolean idSpecified
    • keyName

      @ApiProperty(canBeNullOrNotSet=true) protected String keyName
      Name that can be used by external systems to refer to delivery method.
    • keyNameSpecified

      protected boolean keyNameSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      Friendly name used for the delivery method.
    • nameSpecified

      protected boolean nameSpecified
  • Constructor Details

    • Method

      public Method()
  • Method Details

    • getActive

      public Long getActive()
    • setActive

      public void setActive​(Long active)
    • isActiveSpecified

      public boolean isActiveSpecified()
    • unsetActive

      public void unsetActive()
    • 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()
    • getKeyName

      public String getKeyName()
    • setKeyName

      public void setKeyName​(String keyName)
    • isKeyNameSpecified

      public boolean isKeyNameSpecified()
    • unsetKeyName

      public void unsetKeyName()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()