Class Resource


  • @ApiType("SoftLayer_Service_External_Resource")
    public class Resource
    extends Entity
    The SoftLayer_Service_External_Resource is a placeholder that references a service being provided outside of the standard SoftLayer system.
    See Also:
    SoftLayer_Service_External_Resource
    • Field Detail

      • account

        @ApiProperty
        protected Account account
        The customer account that is consuming the service.
      • accountIdSpecified

        protected boolean accountIdSpecified
      • externalIdentifierSpecified

        protected boolean externalIdentifierSpecified
      • idSpecified

        protected boolean idSpecified
    • Constructor Detail

      • Resource

        public Resource()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • getExternalIdentifier

        public String getExternalIdentifier()
      • setExternalIdentifier

        public void setExternalIdentifier​(String externalIdentifier)
      • isExternalIdentifierSpecified

        public boolean isExternalIdentifierSpecified()
      • unsetExternalIdentifier

        public void unsetExternalIdentifier()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()