Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.85 KB

ResponsesRedelegation.md

File metadata and controls

212 lines (115 loc) · 5.85 KB

ResponsesRedelegation

Properties

Name Type Description Notes
Amount Pointer to string [optional]
CompletionTime Pointer to string [optional]
Delegator Pointer to string [optional]
Destination Pointer to ResponsesShortValidator [optional]
Height Pointer to int32 [optional]
Source Pointer to ResponsesShortValidator [optional]
Time Pointer to string [optional]

Methods

NewResponsesRedelegation

func NewResponsesRedelegation() *ResponsesRedelegation

NewResponsesRedelegation instantiates a new ResponsesRedelegation 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

NewResponsesRedelegationWithDefaults

func NewResponsesRedelegationWithDefaults() *ResponsesRedelegation

NewResponsesRedelegationWithDefaults instantiates a new ResponsesRedelegation 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

GetAmount

func (o *ResponsesRedelegation) GetAmount() string

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

func (o *ResponsesRedelegation) GetAmountOk() (*string, bool)

GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAmount

func (o *ResponsesRedelegation) SetAmount(v string)

SetAmount sets Amount field to given value.

HasAmount

func (o *ResponsesRedelegation) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetCompletionTime

func (o *ResponsesRedelegation) GetCompletionTime() string

GetCompletionTime returns the CompletionTime field if non-nil, zero value otherwise.

GetCompletionTimeOk

func (o *ResponsesRedelegation) GetCompletionTimeOk() (*string, bool)

GetCompletionTimeOk returns a tuple with the CompletionTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCompletionTime

func (o *ResponsesRedelegation) SetCompletionTime(v string)

SetCompletionTime sets CompletionTime field to given value.

HasCompletionTime

func (o *ResponsesRedelegation) HasCompletionTime() bool

HasCompletionTime returns a boolean if a field has been set.

GetDelegator

func (o *ResponsesRedelegation) GetDelegator() string

GetDelegator returns the Delegator field if non-nil, zero value otherwise.

GetDelegatorOk

func (o *ResponsesRedelegation) GetDelegatorOk() (*string, bool)

GetDelegatorOk returns a tuple with the Delegator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDelegator

func (o *ResponsesRedelegation) SetDelegator(v string)

SetDelegator sets Delegator field to given value.

HasDelegator

func (o *ResponsesRedelegation) HasDelegator() bool

HasDelegator returns a boolean if a field has been set.

GetDestination

func (o *ResponsesRedelegation) GetDestination() ResponsesShortValidator

GetDestination returns the Destination field if non-nil, zero value otherwise.

GetDestinationOk

func (o *ResponsesRedelegation) GetDestinationOk() (*ResponsesShortValidator, bool)

GetDestinationOk returns a tuple with the Destination field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDestination

func (o *ResponsesRedelegation) SetDestination(v ResponsesShortValidator)

SetDestination sets Destination field to given value.

HasDestination

func (o *ResponsesRedelegation) HasDestination() bool

HasDestination returns a boolean if a field has been set.

GetHeight

func (o *ResponsesRedelegation) GetHeight() int32

GetHeight returns the Height field if non-nil, zero value otherwise.

GetHeightOk

func (o *ResponsesRedelegation) 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.

SetHeight

func (o *ResponsesRedelegation) SetHeight(v int32)

SetHeight sets Height field to given value.

HasHeight

func (o *ResponsesRedelegation) HasHeight() bool

HasHeight returns a boolean if a field has been set.

GetSource

func (o *ResponsesRedelegation) GetSource() ResponsesShortValidator

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *ResponsesRedelegation) GetSourceOk() (*ResponsesShortValidator, bool)

GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSource

func (o *ResponsesRedelegation) SetSource(v ResponsesShortValidator)

SetSource sets Source field to given value.

HasSource

func (o *ResponsesRedelegation) HasSource() bool

HasSource returns a boolean if a field has been set.

GetTime

func (o *ResponsesRedelegation) GetTime() string

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *ResponsesRedelegation) GetTimeOk() (*string, 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.

SetTime

func (o *ResponsesRedelegation) SetTime(v string)

SetTime sets Time field to given value.

HasTime

func (o *ResponsesRedelegation) HasTime() bool

HasTime returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]