Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.92 KB

File metadata and controls

134 lines (73 loc) · 3.92 KB

ResponsesHlDomainStats

Properties

Name Type Description Notes
Amount Pointer to string [optional]
ChainMetadata Pointer to ResponsesChainMetadata [optional]
DomainId Pointer to int32 [optional]
TransfersCount Pointer to int32 [optional]

Methods

NewResponsesHlDomainStats

func NewResponsesHlDomainStats() *ResponsesHlDomainStats

NewResponsesHlDomainStats instantiates a new ResponsesHlDomainStats 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

NewResponsesHlDomainStatsWithDefaults

func NewResponsesHlDomainStatsWithDefaults() *ResponsesHlDomainStats

NewResponsesHlDomainStatsWithDefaults instantiates a new ResponsesHlDomainStats 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

GetAmount

func (o *ResponsesHlDomainStats) GetAmount() string

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

func (o *ResponsesHlDomainStats) GetAmountOk() (*string, bool)

GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAmount

func (o *ResponsesHlDomainStats) SetAmount(v string)

SetAmount sets Amount field to given value.

HasAmount

func (o *ResponsesHlDomainStats) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetChainMetadata

func (o *ResponsesHlDomainStats) GetChainMetadata() ResponsesChainMetadata

GetChainMetadata returns the ChainMetadata field if non-nil, zero value otherwise.

GetChainMetadataOk

func (o *ResponsesHlDomainStats) GetChainMetadataOk() (*ResponsesChainMetadata, bool)

GetChainMetadataOk returns a tuple with the ChainMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetChainMetadata

func (o *ResponsesHlDomainStats) SetChainMetadata(v ResponsesChainMetadata)

SetChainMetadata sets ChainMetadata field to given value.

HasChainMetadata

func (o *ResponsesHlDomainStats) HasChainMetadata() bool

HasChainMetadata returns a boolean if a field has been set.

GetDomainId

func (o *ResponsesHlDomainStats) GetDomainId() int32

GetDomainId returns the DomainId field if non-nil, zero value otherwise.

GetDomainIdOk

func (o *ResponsesHlDomainStats) GetDomainIdOk() (*int32, bool)

GetDomainIdOk returns a tuple with the DomainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDomainId

func (o *ResponsesHlDomainStats) SetDomainId(v int32)

SetDomainId sets DomainId field to given value.

HasDomainId

func (o *ResponsesHlDomainStats) HasDomainId() bool

HasDomainId returns a boolean if a field has been set.

GetTransfersCount

func (o *ResponsesHlDomainStats) GetTransfersCount() int32

GetTransfersCount returns the TransfersCount field if non-nil, zero value otherwise.

GetTransfersCountOk

func (o *ResponsesHlDomainStats) GetTransfersCountOk() (*int32, bool)

GetTransfersCountOk returns a tuple with the TransfersCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTransfersCount

func (o *ResponsesHlDomainStats) SetTransfersCount(v int32)

SetTransfersCount sets TransfersCount field to given value.

HasTransfersCount

func (o *ResponsesHlDomainStats) HasTransfersCount() bool

HasTransfersCount returns a boolean if a field has been set.

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