Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "asset.AddressInformation"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "asset.AddressInformation"] |
Address1 | Pointer to string | Address Line one of the address information. example "PO BOX 641570". | [optional] [readonly] |
Address2 | Pointer to string | Address Line two of the address information. example "Cisco Systems". | [optional] [readonly] |
Address3 | Pointer to string | Address Line three of the address information. example "Cisco Systems". | [optional] [readonly] |
City | Pointer to string | City in which the address resides. example "San Jose". | [optional] [readonly] |
Country | Pointer to string | Country in which the address resides. example "US". | [optional] [readonly] |
County | Pointer to string | County in which the address resides. example "Washington County". | [optional] [readonly] |
Location | Pointer to string | Location in which the address resides. example "14852". | [optional] [readonly] |
Name | Pointer to string | Name of the user whose address is being populated. | [optional] [readonly] |
PostalCode | Pointer to string | Postal Code in which the address resides. example "95164-1570". | [optional] [readonly] |
Province | Pointer to string | Province in which the address resides. example "AB". | [optional] [readonly] |
State | Pointer to string | State in which the address resides. example "CA". | [optional] [readonly] |
func NewAssetAddressInformation(classId string, objectType string, ) *AssetAddressInformation
NewAssetAddressInformation instantiates a new AssetAddressInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAssetAddressInformationWithDefaults() *AssetAddressInformation
NewAssetAddressInformationWithDefaults instantiates a new AssetAddressInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *AssetAddressInformation) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *AssetAddressInformation) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *AssetAddressInformation) GetAddress1() string
GetAddress1 returns the Address1 field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetAddress1Ok() (*string, bool)
GetAddress1Ok returns a tuple with the Address1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetAddress1(v string)
SetAddress1 sets Address1 field to given value.
func (o *AssetAddressInformation) HasAddress1() bool
HasAddress1 returns a boolean if a field has been set.
func (o *AssetAddressInformation) GetAddress2() string
GetAddress2 returns the Address2 field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetAddress2Ok() (*string, bool)
GetAddress2Ok returns a tuple with the Address2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetAddress2(v string)
SetAddress2 sets Address2 field to given value.
func (o *AssetAddressInformation) HasAddress2() bool
HasAddress2 returns a boolean if a field has been set.
func (o *AssetAddressInformation) GetAddress3() string
GetAddress3 returns the Address3 field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetAddress3Ok() (*string, bool)
GetAddress3Ok returns a tuple with the Address3 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetAddress3(v string)
SetAddress3 sets Address3 field to given value.
func (o *AssetAddressInformation) HasAddress3() bool
HasAddress3 returns a boolean if a field has been set.
func (o *AssetAddressInformation) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetCity(v string)
SetCity sets City field to given value.
func (o *AssetAddressInformation) HasCity() bool
HasCity returns a boolean if a field has been set.
func (o *AssetAddressInformation) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *AssetAddressInformation) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *AssetAddressInformation) GetCounty() string
GetCounty returns the County field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetCountyOk() (*string, bool)
GetCountyOk returns a tuple with the County field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetCounty(v string)
SetCounty sets County field to given value.
func (o *AssetAddressInformation) HasCounty() bool
HasCounty returns a boolean if a field has been set.
func (o *AssetAddressInformation) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *AssetAddressInformation) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *AssetAddressInformation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetName(v string)
SetName sets Name field to given value.
func (o *AssetAddressInformation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AssetAddressInformation) GetPostalCode() string
GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetPostalCodeOk() (*string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetPostalCode(v string)
SetPostalCode sets PostalCode field to given value.
func (o *AssetAddressInformation) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (o *AssetAddressInformation) GetProvince() string
GetProvince returns the Province field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetProvinceOk() (*string, bool)
GetProvinceOk returns a tuple with the Province field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetProvince(v string)
SetProvince sets Province field to given value.
func (o *AssetAddressInformation) HasProvince() bool
HasProvince returns a boolean if a field has been set.
func (o *AssetAddressInformation) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *AssetAddressInformation) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetAddressInformation) SetState(v string)
SetState sets State field to given value.
func (o *AssetAddressInformation) HasState() bool
HasState returns a boolean if a field has been set.