java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.securitygroup.Request
Direct Known Subclasses:
RequestRules

@ApiType("SoftLayer_Network_SecurityGroup_Request")
public class Request
extends Entity
The SoftLayer_Network_SecurityGroup_Request data type contains the ID of a specific request sent to the API. This ID is used to identify specific calls to attach and detach network components, as well as add, edit, and remove security group rules.
See Also:
SoftLayer_Network_SecurityGroup_Request
  • Field Details

  • Constructor Details

    • Request

      public Request()
  • Method Details

    • getRequestId

      public String getRequestId()
    • setRequestId

      public void setRequestId​(String requestId)
    • isRequestIdSpecified

      public boolean isRequestIdSpecified()
    • unsetRequestId

      public void unsetRequestId()