Class Address

Inheritance Relationships

Base Type

Class Documentation

class Address : public axr::sdk::Object

Describes a physical mailing address.

Public Functions

inline Address()
inline Address(const Address &value)
inline Address(Address &&value)
inline virtual ~Address()
inline virtual Address &SetProperties(const std::map<utility::string_t, Variant> &value) override

Sets the object’s underlying map of stored values.

inline virtual Address &SetProperties(std::map<utility::string_t, Variant> &&value) override

Sets the underlying map of stored values for the object.

inline virtual Address &SetProperty(const utility::char_t *name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual Address &SetProperty(const utility::string_t &name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual Address &SetRemoteUrl(const utility::string_t &url) override

Returns the URL of the remote server endpoint where the object is managed.

utility::string_t GetAddress1() const

The first line of the address (typically street).

Address &SetAddress1(const utility::string_t &value)

The first line of the address (typically street).

utility::string_t GetAddress2() const

The second line of the address (typically suite, apt, unit).

Address &SetAddress2(const utility::string_t &value)

The second line of the address (typically suite, apt, unit).

utility::string_t GetCity() const

The name of the city.

Address &SetCity(const utility::string_t &value)

The name of the city.

utility::string_t GetState() const

The name of the state or province.

Address &SetState(const utility::string_t &value)

The name of the state or province.

utility::string_t GetCountry() const

The code for the country of origin.

Address &SetCountry(const utility::string_t &value)

The code for the country of origin.

utility::string_t GetZip() const

The postal code of the address.

Address &SetZip(const utility::string_t &value)

The postal code of the address.

Public Static Functions

static inline const utility::char_t *ClassName()

Returns the fully qualified name of the class.