| Name | Type | Description | Notes |
|---|---|---|---|
| ChainId | Pointer to string | [optional] | |
| ConnectionCount | Pointer to int32 | [optional] | |
| CreatedAt | Pointer to time.Time | [optional] | |
| Creator | Pointer to ResponsesShortAddress | [optional] | |
| FrozenRevisionHeight | Pointer to int32 | [optional] | |
| FrozenRevisionNumber | Pointer to int32 | [optional] | |
| Height | Pointer to int32 | [optional] | |
| Id | Pointer to string | [optional] | |
| LatestRevisionHeight | Pointer to int32 | [optional] | |
| LatestRevisionNumber | Pointer to int32 | [optional] | |
| MaxClockDrift | Pointer to int32 | [optional] | |
| TrustLevelDenominator | Pointer to int32 | [optional] | |
| TrustLevelNumerator | Pointer to int32 | [optional] | |
| TrustingPeriod | Pointer to int32 | [optional] | |
| TxHash | Pointer to *os.File | [optional] | |
| Type | Pointer to string | [optional] | |
| UnbondingPeriod | Pointer to int32 | [optional] | |
| UpdatedAt | Pointer to time.Time | [optional] |
func NewResponsesIbcClient() *ResponsesIbcClient
NewResponsesIbcClient instantiates a new ResponsesIbcClient 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 NewResponsesIbcClientWithDefaults() *ResponsesIbcClient
NewResponsesIbcClientWithDefaults instantiates a new ResponsesIbcClient 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 *ResponsesIbcClient) GetChainId() string
GetChainId returns the ChainId field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) 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.
func (o *ResponsesIbcClient) SetChainId(v string)
SetChainId sets ChainId field to given value.
func (o *ResponsesIbcClient) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetConnectionCount() int32
GetConnectionCount returns the ConnectionCount field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetConnectionCountOk() (*int32, bool)
GetConnectionCountOk returns a tuple with the ConnectionCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetConnectionCount(v int32)
SetConnectionCount sets ConnectionCount field to given value.
func (o *ResponsesIbcClient) HasConnectionCount() bool
HasConnectionCount returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) 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 *ResponsesIbcClient) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ResponsesIbcClient) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetCreator() ResponsesShortAddress
GetCreator returns the Creator field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) 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 *ResponsesIbcClient) SetCreator(v ResponsesShortAddress)
SetCreator sets Creator field to given value.
func (o *ResponsesIbcClient) HasCreator() bool
HasCreator returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetFrozenRevisionHeight() int32
GetFrozenRevisionHeight returns the FrozenRevisionHeight field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetFrozenRevisionHeightOk() (*int32, bool)
GetFrozenRevisionHeightOk returns a tuple with the FrozenRevisionHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetFrozenRevisionHeight(v int32)
SetFrozenRevisionHeight sets FrozenRevisionHeight field to given value.
func (o *ResponsesIbcClient) HasFrozenRevisionHeight() bool
HasFrozenRevisionHeight returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetFrozenRevisionNumber() int32
GetFrozenRevisionNumber returns the FrozenRevisionNumber field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetFrozenRevisionNumberOk() (*int32, bool)
GetFrozenRevisionNumberOk returns a tuple with the FrozenRevisionNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetFrozenRevisionNumber(v int32)
SetFrozenRevisionNumber sets FrozenRevisionNumber field to given value.
func (o *ResponsesIbcClient) HasFrozenRevisionNumber() bool
HasFrozenRevisionNumber returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) 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 *ResponsesIbcClient) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *ResponsesIbcClient) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) 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 *ResponsesIbcClient) SetId(v string)
SetId sets Id field to given value.
func (o *ResponsesIbcClient) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetLatestRevisionHeight() int32
GetLatestRevisionHeight returns the LatestRevisionHeight field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetLatestRevisionHeightOk() (*int32, bool)
GetLatestRevisionHeightOk returns a tuple with the LatestRevisionHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetLatestRevisionHeight(v int32)
SetLatestRevisionHeight sets LatestRevisionHeight field to given value.
func (o *ResponsesIbcClient) HasLatestRevisionHeight() bool
HasLatestRevisionHeight returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetLatestRevisionNumber() int32
GetLatestRevisionNumber returns the LatestRevisionNumber field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetLatestRevisionNumberOk() (*int32, bool)
GetLatestRevisionNumberOk returns a tuple with the LatestRevisionNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetLatestRevisionNumber(v int32)
SetLatestRevisionNumber sets LatestRevisionNumber field to given value.
func (o *ResponsesIbcClient) HasLatestRevisionNumber() bool
HasLatestRevisionNumber returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetMaxClockDrift() int32
GetMaxClockDrift returns the MaxClockDrift field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetMaxClockDriftOk() (*int32, bool)
GetMaxClockDriftOk returns a tuple with the MaxClockDrift field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetMaxClockDrift(v int32)
SetMaxClockDrift sets MaxClockDrift field to given value.
func (o *ResponsesIbcClient) HasMaxClockDrift() bool
HasMaxClockDrift returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetTrustLevelDenominator() int32
GetTrustLevelDenominator returns the TrustLevelDenominator field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetTrustLevelDenominatorOk() (*int32, bool)
GetTrustLevelDenominatorOk returns a tuple with the TrustLevelDenominator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetTrustLevelDenominator(v int32)
SetTrustLevelDenominator sets TrustLevelDenominator field to given value.
func (o *ResponsesIbcClient) HasTrustLevelDenominator() bool
HasTrustLevelDenominator returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetTrustLevelNumerator() int32
GetTrustLevelNumerator returns the TrustLevelNumerator field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetTrustLevelNumeratorOk() (*int32, bool)
GetTrustLevelNumeratorOk returns a tuple with the TrustLevelNumerator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetTrustLevelNumerator(v int32)
SetTrustLevelNumerator sets TrustLevelNumerator field to given value.
func (o *ResponsesIbcClient) HasTrustLevelNumerator() bool
HasTrustLevelNumerator returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetTrustingPeriod() int32
GetTrustingPeriod returns the TrustingPeriod field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetTrustingPeriodOk() (*int32, bool)
GetTrustingPeriodOk returns a tuple with the TrustingPeriod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetTrustingPeriod(v int32)
SetTrustingPeriod sets TrustingPeriod field to given value.
func (o *ResponsesIbcClient) HasTrustingPeriod() bool
HasTrustingPeriod returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetTxHash() *os.File
GetTxHash returns the TxHash field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetTxHashOk() (**os.File, bool)
GetTxHashOk returns a tuple with the TxHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetTxHash(v *os.File)
SetTxHash sets TxHash field to given value.
func (o *ResponsesIbcClient) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetType(v string)
SetType sets Type field to given value.
func (o *ResponsesIbcClient) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetUnbondingPeriod() int32
GetUnbondingPeriod returns the UnbondingPeriod field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetUnbondingPeriodOk() (*int32, bool)
GetUnbondingPeriodOk returns a tuple with the UnbondingPeriod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetUnbondingPeriod(v int32)
SetUnbondingPeriod sets UnbondingPeriod field to given value.
func (o *ResponsesIbcClient) HasUnbondingPeriod() bool
HasUnbondingPeriod returns a boolean if a field has been set.
func (o *ResponsesIbcClient) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *ResponsesIbcClient) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesIbcClient) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *ResponsesIbcClient) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.