java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.subnet.registration.event.Type

@ApiType("SoftLayer_Network_Subnet_Registration_Event_Type")
public class Type
extends Entity
Subnet Registration Event Type objects describe the nature of a [[SoftLayer_Network_Subnet_Registration_Event]]

The standard values for these objects are as follows:
  • REGISTRATION_CREATED - Indicates that the registration has been created
  • REGISTRATION_UPDATED - Indicates that the registration has been updated
  • REGISTRATION_CANCELLED - Indicates that the registration has been cancelled
  • RIR_RESPONSE - Indicates that an action taken against the RIR has produced a response. More details will be provided in the event message.
  • ERROR - Indicates that an error has been encountered. More details will be provided in the event message.
  • NOTE - An employee or other system has entered a note regarding the registration. The note content will be provided in the event message.
See Also:
SoftLayer_Network_Subnet_Registration_Event_Type
  • Field Details

  • Constructor Details

    • Type

      public Type()
  • Method Details

    • getCreateDate

      public GregorianCalendar getCreateDate()
    • setCreateDate

      public void setCreateDate​(GregorianCalendar createDate)
    • isCreateDateSpecified

      public boolean isCreateDateSpecified()
    • unsetCreateDate

      public void unsetCreateDate()
    • 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()
    • getModifyDate

      public GregorianCalendar getModifyDate()
    • setModifyDate

      public void setModifyDate​(GregorianCalendar modifyDate)
    • isModifyDateSpecified

      public boolean isModifyDateSpecified()
    • unsetModifyDate

      public void unsetModifyDate()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()