Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.14 KB

File metadata and controls

108 lines (59 loc) · 3.14 KB

ResponsesBusiestChannel

Properties

Name Type Description Notes
ChainId Pointer to string [optional]
ChannelId Pointer to string [optional]
TransfersCount Pointer to int32 [optional]

Methods

NewResponsesBusiestChannel

func NewResponsesBusiestChannel() *ResponsesBusiestChannel

NewResponsesBusiestChannel instantiates a new ResponsesBusiestChannel 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

NewResponsesBusiestChannelWithDefaults

func NewResponsesBusiestChannelWithDefaults() *ResponsesBusiestChannel

NewResponsesBusiestChannelWithDefaults instantiates a new ResponsesBusiestChannel 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

GetChainId

func (o *ResponsesBusiestChannel) GetChainId() string

GetChainId returns the ChainId field if non-nil, zero value otherwise.

GetChainIdOk

func (o *ResponsesBusiestChannel) GetChainIdOk() (*string, bool)

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

SetChainId

func (o *ResponsesBusiestChannel) SetChainId(v string)

SetChainId sets ChainId field to given value.

HasChainId

func (o *ResponsesBusiestChannel) HasChainId() bool

HasChainId returns a boolean if a field has been set.

GetChannelId

func (o *ResponsesBusiestChannel) GetChannelId() string

GetChannelId returns the ChannelId field if non-nil, zero value otherwise.

GetChannelIdOk

func (o *ResponsesBusiestChannel) GetChannelIdOk() (*string, bool)

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

SetChannelId

func (o *ResponsesBusiestChannel) SetChannelId(v string)

SetChannelId sets ChannelId field to given value.

HasChannelId

func (o *ResponsesBusiestChannel) HasChannelId() bool

HasChannelId returns a boolean if a field has been set.

GetTransfersCount

func (o *ResponsesBusiestChannel) GetTransfersCount() int32

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

GetTransfersCountOk

func (o *ResponsesBusiestChannel) 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 *ResponsesBusiestChannel) SetTransfersCount(v int32)

SetTransfersCount sets TransfersCount field to given value.

HasTransfersCount

func (o *ResponsesBusiestChannel) HasTransfersCount() bool

HasTransfersCount returns a boolean if a field has been set.

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