Class Property


  • @ApiType("SoftLayer_Account_Regional_Registry_Detail_Property")
    public class Property
    extends Entity
    Subnet registration properties are used to define various attributes of the [[SoftLayer_Account_Regional_Registry_Detail|detail objects]]. These properties are defined by the [[SoftLayer_Account_Regional_Registry_Detail_Property_Type]] objects, which describe the available value formats.
    See Also:
    SoftLayer_Account_Regional_Registry_Detail_Property
    • Field Detail

      • detail

        @ApiProperty
        protected Detail detail
        The [[SoftLayer_Account_Regional_Registry_Detail]] object this property belongs to
      • propertyType

        @ApiProperty
        protected Type propertyType
        The [[SoftLayer_Account_Regional_Registry_Detail_Property_Type]] object this property belongs to
      • createDateSpecified

        protected boolean createDateSpecified
      • idSpecified

        protected boolean idSpecified
      • modifyDateSpecified

        protected boolean modifyDateSpecified
      • propertyTypeId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long propertyTypeId
        The numeric ID of the related [[SoftLayer_Account_Regional_Registry_Detail_Property_Type|property type object]]
      • propertyTypeIdSpecified

        protected boolean propertyTypeIdSpecified
      • registrationDetailId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long registrationDetailId
        The numeric ID of the related [[SoftLayer_Account_Regional_Registry_Detail|detail object]]
      • registrationDetailIdSpecified

        protected boolean registrationDetailIdSpecified
      • sequencePosition

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long sequencePosition
        When multiple properties exist for a property type, defines the position in the sequence of those properties
      • sequencePositionSpecified

        protected boolean sequencePositionSpecified
      • valueSpecified

        protected boolean valueSpecified
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • getDetail

        public Detail getDetail()
      • setDetail

        public void setDetail​(Detail detail)
      • getPropertyType

        public Type getPropertyType()
      • setPropertyType

        public void setPropertyType​(Type propertyType)
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • 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()
      • getPropertyTypeId

        public Long getPropertyTypeId()
      • setPropertyTypeId

        public void setPropertyTypeId​(Long propertyTypeId)
      • isPropertyTypeIdSpecified

        public boolean isPropertyTypeIdSpecified()
      • unsetPropertyTypeId

        public void unsetPropertyTypeId()
      • getRegistrationDetailId

        public Long getRegistrationDetailId()
      • setRegistrationDetailId

        public void setRegistrationDetailId​(Long registrationDetailId)
      • isRegistrationDetailIdSpecified

        public boolean isRegistrationDetailIdSpecified()
      • unsetRegistrationDetailId

        public void unsetRegistrationDetailId()
      • getSequencePosition

        public Long getSequencePosition()
      • setSequencePosition

        public void setSequencePosition​(Long sequencePosition)
      • isSequencePositionSpecified

        public boolean isSequencePositionSpecified()
      • unsetSequencePosition

        public void unsetSequencePosition()
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • isValueSpecified

        public boolean isValueSpecified()
      • unsetValue

        public void unsetValue()