java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.gateway.Precheck

@ApiType("SoftLayer_Network_Gateway_Precheck")
public class Precheck
extends Entity
A network gateway precheck is the precheck codes for member(s) of a gateway
See Also:
SoftLayer_Network_Gateway_Precheck
  • Field Details

    • category

      @ApiProperty(canBeNullOrNotSet=true) protected String category
      Category name
    • categorySpecified

      protected boolean categorySpecified
    • gatewayReadinessValue

      @ApiProperty(canBeNullOrNotSet=true) protected String gatewayReadinessValue
      Gateway precheck status
    • gatewayReadinessValueSpecified

      protected boolean gatewayReadinessValueSpecified
    • memberId

      @ApiProperty(canBeNullOrNotSet=true) protected Long memberId
      The gateway member for this precheck.
    • memberIdSpecified

      protected boolean memberIdSpecified
    • memberReadinessValue

      @ApiProperty(canBeNullOrNotSet=true) protected String memberReadinessValue
      Gateway precheck status
    • memberReadinessValueSpecified

      protected boolean memberReadinessValueSpecified
    • returnCode

      @ApiProperty(canBeNullOrNotSet=true) protected Long returnCode
      The precheck error status of the member
    • returnCodeSpecified

      protected boolean returnCodeSpecified
  • Constructor Details

    • Precheck

      public Precheck()
  • Method Details

    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory​(String category)
    • isCategorySpecified

      public boolean isCategorySpecified()
    • unsetCategory

      public void unsetCategory()
    • getGatewayReadinessValue

      public String getGatewayReadinessValue()
    • setGatewayReadinessValue

      public void setGatewayReadinessValue​(String gatewayReadinessValue)
    • isGatewayReadinessValueSpecified

      public boolean isGatewayReadinessValueSpecified()
    • unsetGatewayReadinessValue

      public void unsetGatewayReadinessValue()
    • getMemberId

      public Long getMemberId()
    • setMemberId

      public void setMemberId​(Long memberId)
    • isMemberIdSpecified

      public boolean isMemberIdSpecified()
    • unsetMemberId

      public void unsetMemberId()
    • getMemberReadinessValue

      public String getMemberReadinessValue()
    • setMemberReadinessValue

      public void setMemberReadinessValue​(String memberReadinessValue)
    • isMemberReadinessValueSpecified

      public boolean isMemberReadinessValueSpecified()
    • unsetMemberReadinessValue

      public void unsetMemberReadinessValue()
    • getReturnCode

      public Long getReturnCode()
    • setReturnCode

      public void setReturnCode​(Long returnCode)
    • isReturnCodeSpecified

      public boolean isReturnCodeSpecified()
    • unsetReturnCode

      public void unsetReturnCode()
    • service

      public static Precheck.Service service​(ApiClient client)