Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.52 KB

File metadata and controls

134 lines (73 loc) · 3.52 KB

ResponsesIbcChainStats

Properties

Name Type Description Notes
Chain Pointer to string [optional]
Flow Pointer to string [optional]
Received Pointer to string [optional]
Sent Pointer to string [optional]

Methods

NewResponsesIbcChainStats

func NewResponsesIbcChainStats() *ResponsesIbcChainStats

NewResponsesIbcChainStats instantiates a new ResponsesIbcChainStats 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

NewResponsesIbcChainStatsWithDefaults

func NewResponsesIbcChainStatsWithDefaults() *ResponsesIbcChainStats

NewResponsesIbcChainStatsWithDefaults instantiates a new ResponsesIbcChainStats 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

GetChain

func (o *ResponsesIbcChainStats) GetChain() string

GetChain returns the Chain field if non-nil, zero value otherwise.

GetChainOk

func (o *ResponsesIbcChainStats) GetChainOk() (*string, bool)

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

SetChain

func (o *ResponsesIbcChainStats) SetChain(v string)

SetChain sets Chain field to given value.

HasChain

func (o *ResponsesIbcChainStats) HasChain() bool

HasChain returns a boolean if a field has been set.

GetFlow

func (o *ResponsesIbcChainStats) GetFlow() string

GetFlow returns the Flow field if non-nil, zero value otherwise.

GetFlowOk

func (o *ResponsesIbcChainStats) GetFlowOk() (*string, bool)

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

SetFlow

func (o *ResponsesIbcChainStats) SetFlow(v string)

SetFlow sets Flow field to given value.

HasFlow

func (o *ResponsesIbcChainStats) HasFlow() bool

HasFlow returns a boolean if a field has been set.

GetReceived

func (o *ResponsesIbcChainStats) GetReceived() string

GetReceived returns the Received field if non-nil, zero value otherwise.

GetReceivedOk

func (o *ResponsesIbcChainStats) GetReceivedOk() (*string, bool)

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

SetReceived

func (o *ResponsesIbcChainStats) SetReceived(v string)

SetReceived sets Received field to given value.

HasReceived

func (o *ResponsesIbcChainStats) HasReceived() bool

HasReceived returns a boolean if a field has been set.

GetSent

func (o *ResponsesIbcChainStats) GetSent() string

GetSent returns the Sent field if non-nil, zero value otherwise.

GetSentOk

func (o *ResponsesIbcChainStats) GetSentOk() (*string, bool)

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

SetSent

func (o *ResponsesIbcChainStats) SetSent(v string)

SetSent sets Sent field to given value.

HasSent

func (o *ResponsesIbcChainStats) HasSent() bool

HasSent returns a boolean if a field has been set.

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