Class Registration

  • Direct Known Subclasses:
    Apnic, Arin, Ripe

    @ApiType("SoftLayer_Network_Subnet_Registration")
    public class Registration
    extends Entity
    The subnet registration data type contains general information relating to a single subnet registration instance. These registration instances can be updated to reflect changes, and will record the changes in the [[SoftLayer_Network_Subnet_Registration_Event|events]].
    See Also:
    SoftLayer_Network_Subnet_Registration
    • Field Detail

      • account

        @ApiProperty
        protected Account account
        The account that this registration belongs to.
      • detailReferences

        @ApiProperty
        protected List<Details> detailReferences
        The cross-reference records that tie the [[SoftLayer_Account_Regional_Registry_Detail]] objects to the registration object.
      • regionalInternetRegistry

        @ApiProperty
        protected Registry regionalInternetRegistry
        The related Regional Internet Registry.
      • regionalInternetRegistryHandle

        @ApiProperty
        protected Handle regionalInternetRegistryHandle
        The RIR handle that this registration object belongs to. This field may not be populated until the registration is complete.
      • subnet

        @ApiProperty
        protected Subnet subnet
        The subnet that this registration pertains to.
      • accountIdSpecified

        protected boolean accountIdSpecified
      • cidrSpecified

        protected boolean cidrSpecified
      • createDateSpecified

        protected boolean createDateSpecified
      • idSpecified

        protected boolean idSpecified
      • modifyDateSpecified

        protected boolean modifyDateSpecified
      • networkHandleSpecified

        protected boolean networkHandleSpecified
      • networkIdentifierSpecified

        protected boolean networkIdentifierSpecified
      • regionalInternetRegistryHandleId

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

        protected boolean regionalInternetRegistryHandleIdSpecified
      • regionalInternetRegistryId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long regionalInternetRegistryId
        The registration object's associated [[SoftLayer_Network_Regional_Internet_Registry|RIR]] id
      • regionalInternetRegistryIdSpecified

        protected boolean regionalInternetRegistryIdSpecified
      • statusId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long statusId
        The registration object's associated [[SoftLayer_Network_Subnet_Registration_Status|status]] id
      • statusIdSpecified

        protected boolean statusIdSpecified
      • detailReferenceCount

        @ApiProperty
        protected Long detailReferenceCount
        A count of the cross-reference records that tie the [[SoftLayer_Account_Regional_Registry_Detail]] objects to the registration object.
      • eventCount

        @ApiProperty
        protected Long eventCount
        A count of the related registration events.
    • Constructor Detail

      • Registration

        public Registration()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getDetailReferences

        public List<Details> getDetailReferences()
      • getNetworkDetail

        public Detail getNetworkDetail()
      • setNetworkDetail

        public void setNetworkDetail​(Detail networkDetail)
      • getPersonDetail

        public Detail getPersonDetail()
      • setPersonDetail

        public void setPersonDetail​(Detail personDetail)
      • getRegionalInternetRegistry

        public Registry getRegionalInternetRegistry()
      • setRegionalInternetRegistry

        public void setRegionalInternetRegistry​(Registry regionalInternetRegistry)
      • getRegionalInternetRegistryHandle

        public Handle getRegionalInternetRegistryHandle()
      • setRegionalInternetRegistryHandle

        public void setRegionalInternetRegistryHandle​(Handle regionalInternetRegistryHandle)
      • getStatus

        public Status getStatus()
      • setStatus

        public void setStatus​(Status status)
      • getSubnet

        public Subnet getSubnet()
      • setSubnet

        public void setSubnet​(Subnet subnet)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • getCidr

        public Long getCidr()
      • setCidr

        public void setCidr​(Long cidr)
      • isCidrSpecified

        public boolean isCidrSpecified()
      • unsetCidr

        public void unsetCidr()
      • 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()
      • getNetworkHandle

        public String getNetworkHandle()
      • setNetworkHandle

        public void setNetworkHandle​(String networkHandle)
      • isNetworkHandleSpecified

        public boolean isNetworkHandleSpecified()
      • unsetNetworkHandle

        public void unsetNetworkHandle()
      • getNetworkIdentifier

        public String getNetworkIdentifier()
      • setNetworkIdentifier

        public void setNetworkIdentifier​(String networkIdentifier)
      • isNetworkIdentifierSpecified

        public boolean isNetworkIdentifierSpecified()
      • unsetNetworkIdentifier

        public void unsetNetworkIdentifier()
      • getRegionalInternetRegistryHandleId

        public Long getRegionalInternetRegistryHandleId()
      • setRegionalInternetRegistryHandleId

        public void setRegionalInternetRegistryHandleId​(Long regionalInternetRegistryHandleId)
      • isRegionalInternetRegistryHandleIdSpecified

        public boolean isRegionalInternetRegistryHandleIdSpecified()
      • unsetRegionalInternetRegistryHandleId

        public void unsetRegionalInternetRegistryHandleId()
      • getRegionalInternetRegistryId

        public Long getRegionalInternetRegistryId()
      • setRegionalInternetRegistryId

        public void setRegionalInternetRegistryId​(Long regionalInternetRegistryId)
      • isRegionalInternetRegistryIdSpecified

        public boolean isRegionalInternetRegistryIdSpecified()
      • unsetRegionalInternetRegistryId

        public void unsetRegionalInternetRegistryId()
      • getStatusId

        public Long getStatusId()
      • setStatusId

        public void setStatusId​(Long statusId)
      • isStatusIdSpecified

        public boolean isStatusIdSpecified()
      • unsetStatusId

        public void unsetStatusId()
      • getDetailReferenceCount

        public Long getDetailReferenceCount()
      • setDetailReferenceCount

        public void setDetailReferenceCount​(Long detailReferenceCount)
      • getEventCount

        public Long getEventCount()
      • setEventCount

        public void setEventCount​(Long eventCount)