Name | Type | Description | Notes |
---|---|---|---|
Address | int32 | Export address | |
Name | string | Export name | |
Ordinal | int32 | Export ordinal |
func NewExportAllOf(address int32, name string, ordinal int32, ) *ExportAllOf
NewExportAllOf instantiates a new ExportAllOf 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 NewExportAllOfWithDefaults() *ExportAllOf
NewExportAllOfWithDefaults instantiates a new ExportAllOf 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 *ExportAllOf) GetAddress() int32
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *ExportAllOf) GetAddressOk() (*int32, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportAllOf) SetAddress(v int32)
SetAddress sets Address field to given value.
func (o *ExportAllOf) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ExportAllOf) 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 *ExportAllOf) SetName(v string)
SetName sets Name field to given value.
func (o *ExportAllOf) GetOrdinal() int32
GetOrdinal returns the Ordinal field if non-nil, zero value otherwise.
func (o *ExportAllOf) GetOrdinalOk() (*int32, bool)
GetOrdinalOk returns a tuple with the Ordinal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportAllOf) SetOrdinal(v int32)
SetOrdinal sets Ordinal field to given value.