| Name | Type | Description | Notes |
|---|---|---|---|
| Address | Pointer to ResponsesShortAddress | [optional] | |
| Body | Pointer to string | [optional] | |
| Counterparty | Pointer to ResponsesHyperlaneCounterparty | [optional] | |
| Denom | Pointer to string | [optional] | |
| GasPayment | Pointer to ResponsesGasPayment | [optional] | |
| Height | Pointer to int64 | [optional] | |
| Id | Pointer to int64 | [optional] | |
| Mailbox | Pointer to *os.File | [optional] | |
| Metadata | Pointer to string | [optional] | |
| Nonce | Pointer to int64 | [optional] | |
| Received | Pointer to string | [optional] | |
| Relayer | Pointer to ResponsesShortAddress | [optional] | |
| Time | Pointer to time.Time | [optional] | |
| TokenId | Pointer to *os.File | [optional] | |
| TxHash | Pointer to *os.File | [optional] | |
| Type | Pointer to string | [optional] | |
| Version | Pointer to int64 | [optional] |
func NewResponsesHyperlaneTransfer() *ResponsesHyperlaneTransfer
NewResponsesHyperlaneTransfer instantiates a new ResponsesHyperlaneTransfer 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 NewResponsesHyperlaneTransferWithDefaults() *ResponsesHyperlaneTransfer
NewResponsesHyperlaneTransferWithDefaults instantiates a new ResponsesHyperlaneTransfer 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 *ResponsesHyperlaneTransfer) GetAddress() ResponsesShortAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetAddressOk() (*ResponsesShortAddress, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneTransfer) SetAddress(v ResponsesShortAddress)
SetAddress sets Address field to given value.
func (o *ResponsesHyperlaneTransfer) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetBody() string
GetBody returns the Body field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneTransfer) SetBody(v string)
SetBody sets Body field to given value.
func (o *ResponsesHyperlaneTransfer) HasBody() bool
HasBody returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetCounterparty() ResponsesHyperlaneCounterparty
GetCounterparty returns the Counterparty field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetCounterpartyOk() (*ResponsesHyperlaneCounterparty, bool)
GetCounterpartyOk returns a tuple with the Counterparty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneTransfer) SetCounterparty(v ResponsesHyperlaneCounterparty)
SetCounterparty sets Counterparty field to given value.
func (o *ResponsesHyperlaneTransfer) HasCounterparty() bool
HasCounterparty returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetDenom() string
GetDenom returns the Denom field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetDenomOk() (*string, bool)
GetDenomOk returns a tuple with the Denom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneTransfer) SetDenom(v string)
SetDenom sets Denom field to given value.
func (o *ResponsesHyperlaneTransfer) HasDenom() bool
HasDenom returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetGasPayment() ResponsesGasPayment
GetGasPayment returns the GasPayment field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetGasPaymentOk() (*ResponsesGasPayment, bool)
GetGasPaymentOk returns a tuple with the GasPayment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneTransfer) SetGasPayment(v ResponsesGasPayment)
SetGasPayment sets GasPayment field to given value.
func (o *ResponsesHyperlaneTransfer) HasGasPayment() bool
HasGasPayment returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetHeight() int64
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetHeightOk() (*int64, 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 *ResponsesHyperlaneTransfer) SetHeight(v int64)
SetHeight sets Height field to given value.
func (o *ResponsesHyperlaneTransfer) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetIdOk() (*int64, 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 *ResponsesHyperlaneTransfer) SetId(v int64)
SetId sets Id field to given value.
func (o *ResponsesHyperlaneTransfer) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetMailbox() *os.File
GetMailbox returns the Mailbox field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetMailboxOk() (**os.File, bool)
GetMailboxOk returns a tuple with the Mailbox field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneTransfer) SetMailbox(v *os.File)
SetMailbox sets Mailbox field to given value.
func (o *ResponsesHyperlaneTransfer) HasMailbox() bool
HasMailbox returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetMetadata() string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetMetadataOk() (*string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneTransfer) SetMetadata(v string)
SetMetadata sets Metadata field to given value.
func (o *ResponsesHyperlaneTransfer) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetNonce() int64
GetNonce returns the Nonce field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetNonceOk() (*int64, bool)
GetNonceOk returns a tuple with the Nonce field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneTransfer) SetNonce(v int64)
SetNonce sets Nonce field to given value.
func (o *ResponsesHyperlaneTransfer) HasNonce() bool
HasNonce returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetReceived() string
GetReceived returns the Received field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) 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 *ResponsesHyperlaneTransfer) SetReceived(v string)
SetReceived sets Received field to given value.
func (o *ResponsesHyperlaneTransfer) HasReceived() bool
HasReceived returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetRelayer() ResponsesShortAddress
GetRelayer returns the Relayer field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetRelayerOk() (*ResponsesShortAddress, bool)
GetRelayerOk returns a tuple with the Relayer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneTransfer) SetRelayer(v ResponsesShortAddress)
SetRelayer sets Relayer field to given value.
func (o *ResponsesHyperlaneTransfer) HasRelayer() bool
HasRelayer returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneTransfer) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *ResponsesHyperlaneTransfer) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetTokenId() *os.File
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetTokenIdOk() (**os.File, bool)
GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneTransfer) SetTokenId(v *os.File)
SetTokenId sets TokenId field to given value.
func (o *ResponsesHyperlaneTransfer) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetTxHash() *os.File
GetTxHash returns the TxHash field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) 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 *ResponsesHyperlaneTransfer) SetTxHash(v *os.File)
SetTxHash sets TxHash field to given value.
func (o *ResponsesHyperlaneTransfer) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) 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 *ResponsesHyperlaneTransfer) SetType(v string)
SetType sets Type field to given value.
func (o *ResponsesHyperlaneTransfer) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ResponsesHyperlaneTransfer) GetVersion() int64
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneTransfer) GetVersionOk() (*int64, 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 *ResponsesHyperlaneTransfer) SetVersion(v int64)
SetVersion sets Version field to given value.
func (o *ResponsesHyperlaneTransfer) HasVersion() bool
HasVersion returns a boolean if a field has been set.