Class License


  • @ApiType("SoftLayer_Software_License")
    public class License
    extends Entity
    This class describes a specific type of license, like a Microsoft Windows Site License, a GPL license, or a license of another type.
    See Also:
    SoftLayer_Software_License
    • Field Detail

      • account

        @ApiProperty
        protected Account account
        The account that owns this specific License instance.
      • owner

        @ApiProperty
        protected Account owner
        The account that owns this specific License instance.
      • softwareDescription

        @ApiProperty
        protected Description softwareDescription
        A Description of the software that this license instance is valid for.
      • idSpecified

        protected boolean idSpecified
      • softwareDescriptionId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long softwareDescriptionId
        The ID number of a Software Description that this specific license is valid for.
      • softwareDescriptionIdSpecified

        protected boolean softwareDescriptionIdSpecified
    • Constructor Detail

      • License

        public License()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getOwner

        public Account getOwner()
      • setOwner

        public void setOwner​(Account owner)
      • getSoftwareDescription

        public Description getSoftwareDescription()
      • setSoftwareDescription

        public void setSoftwareDescription​(Description softwareDescription)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getSoftwareDescriptionId

        public Long getSoftwareDescriptionId()
      • setSoftwareDescriptionId

        public void setSoftwareDescriptionId​(Long softwareDescriptionId)
      • isSoftwareDescriptionIdSpecified

        public boolean isSoftwareDescriptionIdSpecified()
      • unsetSoftwareDescriptionId

        public void unsetSoftwareDescriptionId()