Class Data


  • @ApiType("SoftLayer_Network_Subnet_Rwhois_Data")
    public class Data
    extends Entity
    Every SoftLayer customer account has contact information associated with it for reverse WHOIS purposes. An account's RWHOIS data, modeled by the SoftLayer_Network_Subnet_Rwhois_Data data type, is used by SoftLayer's reverse WHOIS server as well as for SWIP transactions. SoftLayer's reverse WHOIS servers respond to WHOIS queries for IP addresses belonging to a customer's servers, returning this RWHOIS data.

    A SoftLayer customer's RWHOIS data may not necessarily match their account or portal users' contact information.
    See Also:
    SoftLayer_Network_Subnet_Rwhois_Data
    • Field Detail

      • account

        @ApiProperty
        protected Account account
        The SoftLayer customer account associated with this reverse WHOIS data.
      • abuseEmail

        @ApiProperty(canBeNullOrNotSet=true)
        protected String abuseEmail
        An email address associated with an account's RWHOIS data that is responsible for responding to network abuse queries about malicious traffic coming from your servers' IP addresses.
      • abuseEmailSpecified

        protected boolean abuseEmailSpecified
      • accountIdSpecified

        protected boolean accountIdSpecified
      • address1Specified

        protected boolean address1Specified
      • address2Specified

        protected boolean address2Specified
      • citySpecified

        protected boolean citySpecified
      • companyNameSpecified

        protected boolean companyNameSpecified
      • country

        @ApiProperty(canBeNullOrNotSet=true)
        protected String country
        A two-letter abbreviation of the country of the mailing address associated with an account's RWHOIS data.
      • countrySpecified

        protected boolean countrySpecified
      • createDateSpecified

        protected boolean createDateSpecified
      • firstNameSpecified

        protected boolean firstNameSpecified
      • idSpecified

        protected boolean idSpecified
      • lastNameSpecified

        protected boolean lastNameSpecified
      • modifyDateSpecified

        protected boolean modifyDateSpecified
      • postalCodeSpecified

        protected boolean postalCodeSpecified
      • privateResidenceFlagSpecified

        protected boolean privateResidenceFlagSpecified
      • state

        @ApiProperty(canBeNullOrNotSet=true)
        protected String state
        A two-letter abbreviation of the state of the mailing address associated with an account's RWHOIS data. If an account does not reside in a province then this is typically blank.
      • stateSpecified

        protected boolean stateSpecified
    • Constructor Detail

      • Data

        public Data()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getAbuseEmail

        public String getAbuseEmail()
      • setAbuseEmail

        public void setAbuseEmail​(String abuseEmail)
      • isAbuseEmailSpecified

        public boolean isAbuseEmailSpecified()
      • unsetAbuseEmail

        public void unsetAbuseEmail()
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • getAddress1

        public String getAddress1()
      • setAddress1

        public void setAddress1​(String address1)
      • isAddress1Specified

        public boolean isAddress1Specified()
      • unsetAddress1

        public void unsetAddress1()
      • getAddress2

        public String getAddress2()
      • setAddress2

        public void setAddress2​(String address2)
      • isAddress2Specified

        public boolean isAddress2Specified()
      • unsetAddress2

        public void unsetAddress2()
      • getCity

        public String getCity()
      • setCity

        public void setCity​(String city)
      • isCitySpecified

        public boolean isCitySpecified()
      • unsetCity

        public void unsetCity()
      • getCompanyName

        public String getCompanyName()
      • setCompanyName

        public void setCompanyName​(String companyName)
      • isCompanyNameSpecified

        public boolean isCompanyNameSpecified()
      • unsetCompanyName

        public void unsetCompanyName()
      • getCountry

        public String getCountry()
      • setCountry

        public void setCountry​(String country)
      • isCountrySpecified

        public boolean isCountrySpecified()
      • unsetCountry

        public void unsetCountry()
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getFirstName

        public String getFirstName()
      • setFirstName

        public void setFirstName​(String firstName)
      • isFirstNameSpecified

        public boolean isFirstNameSpecified()
      • unsetFirstName

        public void unsetFirstName()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getLastName

        public String getLastName()
      • setLastName

        public void setLastName​(String lastName)
      • isLastNameSpecified

        public boolean isLastNameSpecified()
      • unsetLastName

        public void unsetLastName()
      • isModifyDateSpecified

        public boolean isModifyDateSpecified()
      • unsetModifyDate

        public void unsetModifyDate()
      • getPostalCode

        public String getPostalCode()
      • setPostalCode

        public void setPostalCode​(String postalCode)
      • isPostalCodeSpecified

        public boolean isPostalCodeSpecified()
      • unsetPostalCode

        public void unsetPostalCode()
      • getPrivateResidenceFlag

        public Boolean getPrivateResidenceFlag()
      • setPrivateResidenceFlag

        public void setPrivateResidenceFlag​(Boolean privateResidenceFlag)
      • isPrivateResidenceFlagSpecified

        public boolean isPrivateResidenceFlagSpecified()
      • unsetPrivateResidenceFlag

        public void unsetPrivateResidenceFlag()
      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • isStateSpecified

        public boolean isStateSpecified()
      • unsetState

        public void unsetState()