Name | Type | Description | Notes |
---|---|---|---|
Balance | Pointer to ResponsesBalance | [optional] | |
Celestials | Pointer to ResponsesCelestial | [optional] | |
FirstHeight | Pointer to int32 | [optional] | |
Hash | Pointer to string | [optional] | |
Id | Pointer to int32 | [optional] | |
LastHeight | Pointer to int32 | [optional] |
func NewResponsesAddress() *ResponsesAddress
NewResponsesAddress instantiates a new ResponsesAddress 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 NewResponsesAddressWithDefaults() *ResponsesAddress
NewResponsesAddressWithDefaults instantiates a new ResponsesAddress 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 *ResponsesAddress) GetBalance() ResponsesBalance
GetBalance returns the Balance field if non-nil, zero value otherwise.
func (o *ResponsesAddress) GetBalanceOk() (*ResponsesBalance, bool)
GetBalanceOk returns a tuple with the Balance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesAddress) SetBalance(v ResponsesBalance)
SetBalance sets Balance field to given value.
func (o *ResponsesAddress) HasBalance() bool
HasBalance returns a boolean if a field has been set.
func (o *ResponsesAddress) GetCelestials() ResponsesCelestial
GetCelestials returns the Celestials field if non-nil, zero value otherwise.
func (o *ResponsesAddress) GetCelestialsOk() (*ResponsesCelestial, bool)
GetCelestialsOk returns a tuple with the Celestials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesAddress) SetCelestials(v ResponsesCelestial)
SetCelestials sets Celestials field to given value.
func (o *ResponsesAddress) HasCelestials() bool
HasCelestials returns a boolean if a field has been set.
func (o *ResponsesAddress) GetFirstHeight() int32
GetFirstHeight returns the FirstHeight field if non-nil, zero value otherwise.
func (o *ResponsesAddress) GetFirstHeightOk() (*int32, bool)
GetFirstHeightOk returns a tuple with the FirstHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesAddress) SetFirstHeight(v int32)
SetFirstHeight sets FirstHeight field to given value.
func (o *ResponsesAddress) HasFirstHeight() bool
HasFirstHeight returns a boolean if a field has been set.
func (o *ResponsesAddress) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ResponsesAddress) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesAddress) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ResponsesAddress) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ResponsesAddress) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesAddress) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesAddress) SetId(v int32)
SetId sets Id field to given value.
func (o *ResponsesAddress) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesAddress) GetLastHeight() int32
GetLastHeight returns the LastHeight field if non-nil, zero value otherwise.
func (o *ResponsesAddress) GetLastHeightOk() (*int32, bool)
GetLastHeightOk returns a tuple with the LastHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesAddress) SetLastHeight(v int32)
SetLastHeight sets LastHeight field to given value.
func (o *ResponsesAddress) HasLastHeight() bool
HasLastHeight returns a boolean if a field has been set.