Class AccountAddress


  • public class AccountAddress
    extends java.lang.Object
    • Constructor Detail

      • AccountAddress

        public AccountAddress​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1,
                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2,
                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city,
                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state,
                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode,
                              org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressCountry> country,
                              org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationType> locationType)
      • AccountAddress

        public AccountAddress()
    • Method Detail

      • street1

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1()
      • street2

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2()
      • city

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city()
      • state

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state()
      • zipCode

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode()
      • country

        public org.openapitools.jackson.nullable.JsonNullable<AccountAddressCountry> country()
        The country code
      • locationType

        public org.openapitools.jackson.nullable.JsonNullable<AccountAddressLocationType> locationType()
        The location type
      • withStreet1

        public AccountAddress withStreet1​(java.lang.String street1)
      • withStreet1

        public AccountAddress withStreet1​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)
      • withStreet2

        public AccountAddress withStreet2​(java.lang.String street2)
      • withStreet2

        public AccountAddress withStreet2​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)
      • withCity

        public AccountAddress withCity​(java.lang.String city)
      • withCity

        public AccountAddress withCity​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)
      • withState

        public AccountAddress withState​(java.lang.String state)
      • withState

        public AccountAddress withState​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state)
      • withZipCode

        public AccountAddress withZipCode​(java.lang.String zipCode)
      • withZipCode

        public AccountAddress withZipCode​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object