| Name | Type | Description | Notes |
|---|---|---|---|
| Chain | Pointer to string | [optional] | |
| Flow | Pointer to string | [optional] | |
| Received | Pointer to string | [optional] | |
| Sent | Pointer to string | [optional] |
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
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
func (o *ResponsesIbcChainStats) GetChain() string
GetChain returns the Chain field if non-nil, zero value otherwise.
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.
func (o *ResponsesIbcChainStats) SetChain(v string)
SetChain sets Chain field to given value.
func (o *ResponsesIbcChainStats) HasChain() bool
HasChain returns a boolean if a field has been set.
func (o *ResponsesIbcChainStats) GetFlow() string
GetFlow returns the Flow field if non-nil, zero value otherwise.
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.
func (o *ResponsesIbcChainStats) SetFlow(v string)
SetFlow sets Flow field to given value.
func (o *ResponsesIbcChainStats) HasFlow() bool
HasFlow returns a boolean if a field has been set.
func (o *ResponsesIbcChainStats) GetReceived() string
GetReceived returns the Received field if non-nil, zero value otherwise.
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.
func (o *ResponsesIbcChainStats) SetReceived(v string)
SetReceived sets Received field to given value.
func (o *ResponsesIbcChainStats) HasReceived() bool
HasReceived returns a boolean if a field has been set.
func (o *ResponsesIbcChainStats) GetSent() string
GetSent returns the Sent field if non-nil, zero value otherwise.
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.
func (o *ResponsesIbcChainStats) SetSent(v string)
SetSent sets Sent field to given value.
func (o *ResponsesIbcChainStats) HasSent() bool
HasSent returns a boolean if a field has been set.