| Name | Type | Description | Notes |
|---|---|---|---|
| Client | Pointer to ResponsesShortIbcClient | [optional] | |
| ConfirmationHeight | Pointer to int32 | [optional] | |
| ConfirmationTxHash | Pointer to *os.File | [optional] | |
| ConfirmedAt | Pointer to time.Time | [optional] | |
| ConnectionId | Pointer to string | [optional] | |
| CounterpartyChannelId | Pointer to string | [optional] | |
| CounterpartyPortId | Pointer to string | [optional] | |
| CreatedAt | Pointer to time.Time | [optional] | |
| CreatedTxHash | Pointer to *os.File | [optional] | |
| Creator | Pointer to ResponsesShortAddress | [optional] | |
| Height | Pointer to int32 | [optional] | |
| Id | Pointer to string | [optional] | |
| Ordering | Pointer to bool | [optional] | |
| PortId | Pointer to string | [optional] | |
| Status | Pointer to string | [optional] | |
| Version | Pointer to string | [optional] |
func NewResponsesIbcChannel() *ResponsesIbcChannel
NewResponsesIbcChannel instantiates a new ResponsesIbcChannel 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 NewResponsesIbcChannelWithDefaults() *ResponsesIbcChannel
NewResponsesIbcChannelWithDefaults instantiates a new ResponsesIbcChannel 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 *ResponsesIbcChannel) GetClient() ResponsesShortIbcClient
GetClient returns the Client field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetClientOk() (*ResponsesShortIbcClient, bool)
GetClientOk returns a tuple with the Client field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetClient(v ResponsesShortIbcClient)
SetClient sets Client field to given value.
func (o *ResponsesIbcChannel) HasClient() bool
HasClient returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetConfirmationHeight() int32
GetConfirmationHeight returns the ConfirmationHeight field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetConfirmationHeightOk() (*int32, bool)
GetConfirmationHeightOk returns a tuple with the ConfirmationHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetConfirmationHeight(v int32)
SetConfirmationHeight sets ConfirmationHeight field to given value.
func (o *ResponsesIbcChannel) HasConfirmationHeight() bool
HasConfirmationHeight returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetConfirmationTxHash() *os.File
GetConfirmationTxHash returns the ConfirmationTxHash field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetConfirmationTxHashOk() (**os.File, bool)
GetConfirmationTxHashOk returns a tuple with the ConfirmationTxHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetConfirmationTxHash(v *os.File)
SetConfirmationTxHash sets ConfirmationTxHash field to given value.
func (o *ResponsesIbcChannel) HasConfirmationTxHash() bool
HasConfirmationTxHash returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetConfirmedAt() time.Time
GetConfirmedAt returns the ConfirmedAt field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetConfirmedAtOk() (*time.Time, bool)
GetConfirmedAtOk returns a tuple with the ConfirmedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetConfirmedAt(v time.Time)
SetConfirmedAt sets ConfirmedAt field to given value.
func (o *ResponsesIbcChannel) HasConfirmedAt() bool
HasConfirmedAt returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetConnectionId() string
GetConnectionId returns the ConnectionId field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetConnectionIdOk() (*string, bool)
GetConnectionIdOk returns a tuple with the ConnectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetConnectionId(v string)
SetConnectionId sets ConnectionId field to given value.
func (o *ResponsesIbcChannel) HasConnectionId() bool
HasConnectionId returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetCounterpartyChannelId() string
GetCounterpartyChannelId returns the CounterpartyChannelId field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetCounterpartyChannelIdOk() (*string, bool)
GetCounterpartyChannelIdOk returns a tuple with the CounterpartyChannelId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetCounterpartyChannelId(v string)
SetCounterpartyChannelId sets CounterpartyChannelId field to given value.
func (o *ResponsesIbcChannel) HasCounterpartyChannelId() bool
HasCounterpartyChannelId returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetCounterpartyPortId() string
GetCounterpartyPortId returns the CounterpartyPortId field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetCounterpartyPortIdOk() (*string, bool)
GetCounterpartyPortIdOk returns a tuple with the CounterpartyPortId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetCounterpartyPortId(v string)
SetCounterpartyPortId sets CounterpartyPortId field to given value.
func (o *ResponsesIbcChannel) HasCounterpartyPortId() bool
HasCounterpartyPortId returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ResponsesIbcChannel) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetCreatedTxHash() *os.File
GetCreatedTxHash returns the CreatedTxHash field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetCreatedTxHashOk() (**os.File, bool)
GetCreatedTxHashOk returns a tuple with the CreatedTxHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetCreatedTxHash(v *os.File)
SetCreatedTxHash sets CreatedTxHash field to given value.
func (o *ResponsesIbcChannel) HasCreatedTxHash() bool
HasCreatedTxHash returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetCreator() ResponsesShortAddress
GetCreator returns the Creator field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetCreatorOk() (*ResponsesShortAddress, bool)
GetCreatorOk returns a tuple with the Creator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetCreator(v ResponsesShortAddress)
SetCreator sets Creator field to given value.
func (o *ResponsesIbcChannel) HasCreator() bool
HasCreator returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *ResponsesIbcChannel) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetId(v string)
SetId sets Id field to given value.
func (o *ResponsesIbcChannel) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetOrdering() bool
GetOrdering returns the Ordering field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetOrderingOk() (*bool, bool)
GetOrderingOk returns a tuple with the Ordering field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetOrdering(v bool)
SetOrdering sets Ordering field to given value.
func (o *ResponsesIbcChannel) HasOrdering() bool
HasOrdering returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetPortId() string
GetPortId returns the PortId field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetPortIdOk() (*string, bool)
GetPortIdOk returns a tuple with the PortId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetPortId(v string)
SetPortId sets PortId field to given value.
func (o *ResponsesIbcChannel) HasPortId() bool
HasPortId returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ResponsesIbcChannel) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ResponsesIbcChannel) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ResponsesIbcChannel) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcChannel) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ResponsesIbcChannel) HasVersion() bool
HasVersion returns a boolean if a field has been set.