| Name | Type | Description | Notes |
|---|---|---|---|
| Denom | Pointer to string | [optional] | |
| Height | Pointer to int64 | [optional] | |
| Id | Pointer to int64 | [optional] | |
| Mailbox | Pointer to *os.File | [optional] | |
| Owner | Pointer to ResponsesShortAddress | [optional] | |
| Received | Pointer to string | [optional] | |
| ReceivedTransfers | Pointer to int64 | [optional] | |
| Sent | Pointer to string | [optional] | |
| SentTransfers | Pointer to int64 | [optional] | |
| Time | Pointer to time.Time | [optional] | |
| TokenId | Pointer to *os.File | [optional] | |
| TxHash | Pointer to *os.File | [optional] | |
| Type | Pointer to string | [optional] |
func NewResponsesHyperlaneToken() *ResponsesHyperlaneToken
NewResponsesHyperlaneToken instantiates a new ResponsesHyperlaneToken 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 NewResponsesHyperlaneTokenWithDefaults() *ResponsesHyperlaneToken
NewResponsesHyperlaneTokenWithDefaults instantiates a new ResponsesHyperlaneToken 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 *ResponsesHyperlaneToken) GetDenom() string
GetDenom returns the Denom field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) 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 *ResponsesHyperlaneToken) SetDenom(v string)
SetDenom sets Denom field to given value.
func (o *ResponsesHyperlaneToken) HasDenom() bool
HasDenom returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetHeight() int64
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) 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 *ResponsesHyperlaneToken) SetHeight(v int64)
SetHeight sets Height field to given value.
func (o *ResponsesHyperlaneToken) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) 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 *ResponsesHyperlaneToken) SetId(v int64)
SetId sets Id field to given value.
func (o *ResponsesHyperlaneToken) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetMailbox() *os.File
GetMailbox returns the Mailbox field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) 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 *ResponsesHyperlaneToken) SetMailbox(v *os.File)
SetMailbox sets Mailbox field to given value.
func (o *ResponsesHyperlaneToken) HasMailbox() bool
HasMailbox returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetOwner() ResponsesShortAddress
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) GetOwnerOk() (*ResponsesShortAddress, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneToken) SetOwner(v ResponsesShortAddress)
SetOwner sets Owner field to given value.
func (o *ResponsesHyperlaneToken) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetReceived() string
GetReceived returns the Received field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) 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 *ResponsesHyperlaneToken) SetReceived(v string)
SetReceived sets Received field to given value.
func (o *ResponsesHyperlaneToken) HasReceived() bool
HasReceived returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetReceivedTransfers() int64
GetReceivedTransfers returns the ReceivedTransfers field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) GetReceivedTransfersOk() (*int64, bool)
GetReceivedTransfersOk returns a tuple with the ReceivedTransfers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneToken) SetReceivedTransfers(v int64)
SetReceivedTransfers sets ReceivedTransfers field to given value.
func (o *ResponsesHyperlaneToken) HasReceivedTransfers() bool
HasReceivedTransfers returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetSent() string
GetSent returns the Sent field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) 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 *ResponsesHyperlaneToken) SetSent(v string)
SetSent sets Sent field to given value.
func (o *ResponsesHyperlaneToken) HasSent() bool
HasSent returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetSentTransfers() int64
GetSentTransfers returns the SentTransfers field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) GetSentTransfersOk() (*int64, bool)
GetSentTransfersOk returns a tuple with the SentTransfers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneToken) SetSentTransfers(v int64)
SetSentTransfers sets SentTransfers field to given value.
func (o *ResponsesHyperlaneToken) HasSentTransfers() bool
HasSentTransfers returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) 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 *ResponsesHyperlaneToken) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *ResponsesHyperlaneToken) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetTokenId() *os.File
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) 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 *ResponsesHyperlaneToken) SetTokenId(v *os.File)
SetTokenId sets TokenId field to given value.
func (o *ResponsesHyperlaneToken) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetTxHash() *os.File
GetTxHash returns the TxHash field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) 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 *ResponsesHyperlaneToken) SetTxHash(v *os.File)
SetTxHash sets TxHash field to given value.
func (o *ResponsesHyperlaneToken) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.
func (o *ResponsesHyperlaneToken) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneToken) 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 *ResponsesHyperlaneToken) SetType(v string)
SetType sets Type field to given value.
func (o *ResponsesHyperlaneToken) HasType() bool
HasType returns a boolean if a field has been set.