| Name | Type | Description | Notes |
|---|---|---|---|
| Amount | Pointer to string | [optional] | |
| ChainMetadata | Pointer to ResponsesChainMetadata | [optional] | |
| DomainId | Pointer to int32 | [optional] | |
| TransfersCount | Pointer to int32 | [optional] |
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
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
func (o *ResponsesHlDomainStats) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
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.
func (o *ResponsesHlDomainStats) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *ResponsesHlDomainStats) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *ResponsesHlDomainStats) GetChainMetadata() ResponsesChainMetadata
GetChainMetadata returns the ChainMetadata field if non-nil, zero value otherwise.
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.
func (o *ResponsesHlDomainStats) SetChainMetadata(v ResponsesChainMetadata)
SetChainMetadata sets ChainMetadata field to given value.
func (o *ResponsesHlDomainStats) HasChainMetadata() bool
HasChainMetadata returns a boolean if a field has been set.
func (o *ResponsesHlDomainStats) GetDomainId() int32
GetDomainId returns the DomainId field if non-nil, zero value otherwise.
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.
func (o *ResponsesHlDomainStats) SetDomainId(v int32)
SetDomainId sets DomainId field to given value.
func (o *ResponsesHlDomainStats) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (o *ResponsesHlDomainStats) GetTransfersCount() int32
GetTransfersCount returns the TransfersCount field if non-nil, zero value otherwise.
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.
func (o *ResponsesHlDomainStats) SetTransfersCount(v int32)
SetTransfersCount sets TransfersCount field to given value.
func (o *ResponsesHlDomainStats) HasTransfersCount() bool
HasTransfersCount returns a boolean if a field has been set.