Skip to content

Latest commit

 

History

History
358 lines (193 loc) · 10.6 KB

AssetAddressInformation.md

File metadata and controls

358 lines (193 loc) · 10.6 KB

AssetAddressInformation

Properties

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]

Methods

NewAssetAddressInformation

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

NewAssetAddressInformationWithDefaults

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

GetClassId

func (o *AssetAddressInformation) GetClassId() string

GetClassId returns the ClassId field if non-nil, zero value otherwise.

GetClassIdOk

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.

SetClassId

func (o *AssetAddressInformation) SetClassId(v string)

SetClassId sets ClassId field to given value.

GetObjectType

func (o *AssetAddressInformation) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

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.

SetObjectType

func (o *AssetAddressInformation) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

GetAddress1

func (o *AssetAddressInformation) GetAddress1() string

GetAddress1 returns the Address1 field if non-nil, zero value otherwise.

GetAddress1Ok

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.

SetAddress1

func (o *AssetAddressInformation) SetAddress1(v string)

SetAddress1 sets Address1 field to given value.

HasAddress1

func (o *AssetAddressInformation) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

GetAddress2

func (o *AssetAddressInformation) GetAddress2() string

GetAddress2 returns the Address2 field if non-nil, zero value otherwise.

GetAddress2Ok

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.

SetAddress2

func (o *AssetAddressInformation) SetAddress2(v string)

SetAddress2 sets Address2 field to given value.

HasAddress2

func (o *AssetAddressInformation) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

GetAddress3

func (o *AssetAddressInformation) GetAddress3() string

GetAddress3 returns the Address3 field if non-nil, zero value otherwise.

GetAddress3Ok

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.

SetAddress3

func (o *AssetAddressInformation) SetAddress3(v string)

SetAddress3 sets Address3 field to given value.

HasAddress3

func (o *AssetAddressInformation) HasAddress3() bool

HasAddress3 returns a boolean if a field has been set.

GetCity

func (o *AssetAddressInformation) GetCity() string

GetCity returns the City field if non-nil, zero value otherwise.

GetCityOk

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.

SetCity

func (o *AssetAddressInformation) SetCity(v string)

SetCity sets City field to given value.

HasCity

func (o *AssetAddressInformation) HasCity() bool

HasCity returns a boolean if a field has been set.

GetCountry

func (o *AssetAddressInformation) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

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.

SetCountry

func (o *AssetAddressInformation) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *AssetAddressInformation) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetCounty

func (o *AssetAddressInformation) GetCounty() string

GetCounty returns the County field if non-nil, zero value otherwise.

GetCountyOk

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.

SetCounty

func (o *AssetAddressInformation) SetCounty(v string)

SetCounty sets County field to given value.

HasCounty

func (o *AssetAddressInformation) HasCounty() bool

HasCounty returns a boolean if a field has been set.

GetLocation

func (o *AssetAddressInformation) GetLocation() string

GetLocation returns the Location field if non-nil, zero value otherwise.

GetLocationOk

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.

SetLocation

func (o *AssetAddressInformation) SetLocation(v string)

SetLocation sets Location field to given value.

HasLocation

func (o *AssetAddressInformation) HasLocation() bool

HasLocation returns a boolean if a field has been set.

GetName

func (o *AssetAddressInformation) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *AssetAddressInformation) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AssetAddressInformation) HasName() bool

HasName returns a boolean if a field has been set.

GetPostalCode

func (o *AssetAddressInformation) GetPostalCode() string

GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.

GetPostalCodeOk

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.

SetPostalCode

func (o *AssetAddressInformation) SetPostalCode(v string)

SetPostalCode sets PostalCode field to given value.

HasPostalCode

func (o *AssetAddressInformation) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

GetProvince

func (o *AssetAddressInformation) GetProvince() string

GetProvince returns the Province field if non-nil, zero value otherwise.

GetProvinceOk

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.

SetProvince

func (o *AssetAddressInformation) SetProvince(v string)

SetProvince sets Province field to given value.

HasProvince

func (o *AssetAddressInformation) HasProvince() bool

HasProvince returns a boolean if a field has been set.

GetState

func (o *AssetAddressInformation) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

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.

SetState

func (o *AssetAddressInformation) SetState(v string)

SetState sets State field to given value.

HasState

func (o *AssetAddressInformation) HasState() bool

HasState returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]