Class Detail

    • Field Detail

      • account

        @ApiProperty
        protected Account account
        The account that this detail object belongs to.
      • detailType

        @ApiProperty
        protected Type detailType
        The associated type of this detail object.
      • details

        @ApiProperty
        protected List<Details> details
        References to the [[SoftLayer_Network_Subnet_Registration|registration objects]] that consume this detail object.
      • properties

        @ApiProperty
        protected List<Property> properties
        The individual properties that define this detail object's values.
      • regionalInternetRegistryHandle

        @ApiProperty
        protected Handle regionalInternetRegistryHandle
        The associated RWhois handle of this detail object. Used only when detailed reassignments are necessary.
      • accountIdSpecified

        protected boolean accountIdSpecified
      • createDateSpecified

        protected boolean createDateSpecified
      • detailTypeId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long detailTypeId
        The detail object's associated [[SoftLayer_Account_Regional_Registry_Detail_Type|type]] id
      • detailTypeIdSpecified

        protected boolean detailTypeIdSpecified
      • idSpecified

        protected boolean idSpecified
      • modifyDateSpecified

        protected boolean modifyDateSpecified
      • regionalInternetRegistryHandleId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long regionalInternetRegistryHandleId
        The detail object's associated [[SoftLayer_Account_Rwhois_Handle|RIR handle]] id
      • regionalInternetRegistryHandleIdSpecified

        protected boolean regionalInternetRegistryHandleIdSpecified
      • detailCount

        @ApiProperty
        protected Long detailCount
        A count of references to the [[SoftLayer_Network_Subnet_Registration|registration objects]] that consume this detail object.
      • propertyCount

        @ApiProperty
        protected Long propertyCount
        A count of the individual properties that define this detail object's values.
    • Constructor Detail

      • Detail

        public Detail()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getDetailType

        public Type getDetailType()
      • setDetailType

        public void setDetailType​(Type detailType)
      • getRegionalInternetRegistryHandle

        public Handle getRegionalInternetRegistryHandle()
      • setRegionalInternetRegistryHandle

        public void setRegionalInternetRegistryHandle​(Handle regionalInternetRegistryHandle)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getDetailTypeId

        public Long getDetailTypeId()
      • setDetailTypeId

        public void setDetailTypeId​(Long detailTypeId)
      • isDetailTypeIdSpecified

        public boolean isDetailTypeIdSpecified()
      • unsetDetailTypeId

        public void unsetDetailTypeId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • isModifyDateSpecified

        public boolean isModifyDateSpecified()
      • unsetModifyDate

        public void unsetModifyDate()
      • getRegionalInternetRegistryHandleId

        public Long getRegionalInternetRegistryHandleId()
      • setRegionalInternetRegistryHandleId

        public void setRegionalInternetRegistryHandleId​(Long regionalInternetRegistryHandleId)
      • isRegionalInternetRegistryHandleIdSpecified

        public boolean isRegionalInternetRegistryHandleIdSpecified()
      • unsetRegionalInternetRegistryHandleId

        public void unsetRegionalInternetRegistryHandleId()
      • getDetailCount

        public Long getDetailCount()
      • setDetailCount

        public void setDetailCount​(Long detailCount)
      • getPropertyCount

        public Long getPropertyCount()
      • setPropertyCount

        public void setPropertyCount​(Long propertyCount)