Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.14 KB

ResponsesAddress.md

File metadata and controls

160 lines (87 loc) · 4.14 KB

ResponsesAddress

Properties

Name Type Description Notes
Balance Pointer to ResponsesBalance [optional]
FirstHeight Pointer to int32 [optional]
Hash Pointer to string [optional]
Id Pointer to int32 [optional]
LastHeight Pointer to int32 [optional]

Methods

NewResponsesAddress

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

NewResponsesAddressWithDefaults

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

GetBalance

func (o *ResponsesAddress) GetBalance() ResponsesBalance

GetBalance returns the Balance field if non-nil, zero value otherwise.

GetBalanceOk

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.

SetBalance

func (o *ResponsesAddress) SetBalance(v ResponsesBalance)

SetBalance sets Balance field to given value.

HasBalance

func (o *ResponsesAddress) HasBalance() bool

HasBalance returns a boolean if a field has been set.

GetFirstHeight

func (o *ResponsesAddress) GetFirstHeight() int32

GetFirstHeight returns the FirstHeight field if non-nil, zero value otherwise.

GetFirstHeightOk

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.

SetFirstHeight

func (o *ResponsesAddress) SetFirstHeight(v int32)

SetFirstHeight sets FirstHeight field to given value.

HasFirstHeight

func (o *ResponsesAddress) HasFirstHeight() bool

HasFirstHeight returns a boolean if a field has been set.

GetHash

func (o *ResponsesAddress) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

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.

SetHash

func (o *ResponsesAddress) SetHash(v string)

SetHash sets Hash field to given value.

HasHash

func (o *ResponsesAddress) HasHash() bool

HasHash returns a boolean if a field has been set.

GetId

func (o *ResponsesAddress) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ResponsesAddress) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ResponsesAddress) HasId() bool

HasId returns a boolean if a field has been set.

GetLastHeight

func (o *ResponsesAddress) GetLastHeight() int32

GetLastHeight returns the LastHeight field if non-nil, zero value otherwise.

GetLastHeightOk

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.

SetLastHeight

func (o *ResponsesAddress) SetLastHeight(v int32)

SetLastHeight sets LastHeight field to given value.

HasLastHeight

func (o *ResponsesAddress) HasLastHeight() bool

HasLastHeight returns a boolean if a field has been set.

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