Class ResponseType


  • @ApiType("SoftLayer_Network_Monitor_Version1_Query_ResponseType")
    public class ResponseType
    extends Entity
    The ResponseType type stores only an ID and a description of the response type. The only use for this object is in reference. The user chooses a response action that would be appropriate for a monitoring instance, and sets the ResponseTypeId to the SoftLayer_Network_Monitor_Version1_Query_Host->responseActionId value.

    The user can retrieve all available ResponseTypes with the getAllObjects method on this service.
    See Also:
    SoftLayer_Network_Monitor_Version1_Query_ResponseType
    • Field Detail

      • actionDescriptionSpecified

        protected boolean actionDescriptionSpecified
      • idSpecified

        protected boolean idSpecified
      • level

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long level
        The level of this response. The level the customer has access to is determined by values in SoftLayer_Network_Monitor_Version1_Query_Host_Stratum
      • levelSpecified

        protected boolean levelSpecified
    • Constructor Detail

      • ResponseType

        public ResponseType()
    • Method Detail

      • getActionDescription

        public String getActionDescription()
      • setActionDescription

        public void setActionDescription​(String actionDescription)
      • isActionDescriptionSpecified

        public boolean isActionDescriptionSpecified()
      • unsetActionDescription

        public void unsetActionDescription()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getLevel

        public Long getLevel()
      • setLevel

        public void setLevel​(Long level)
      • isLevelSpecified

        public boolean isLevelSpecified()
      • unsetLevel

        public void unsetLevel()