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] |
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
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
func (o *ResponsesRedelegation) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
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.
func (o *ResponsesRedelegation) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *ResponsesRedelegation) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *ResponsesRedelegation) GetCompletionTime() string
GetCompletionTime returns the CompletionTime field if non-nil, zero value otherwise.
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.
func (o *ResponsesRedelegation) SetCompletionTime(v string)
SetCompletionTime sets CompletionTime field to given value.
func (o *ResponsesRedelegation) HasCompletionTime() bool
HasCompletionTime returns a boolean if a field has been set.
func (o *ResponsesRedelegation) GetDelegator() string
GetDelegator returns the Delegator field if non-nil, zero value otherwise.
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.
func (o *ResponsesRedelegation) SetDelegator(v string)
SetDelegator sets Delegator field to given value.
func (o *ResponsesRedelegation) HasDelegator() bool
HasDelegator returns a boolean if a field has been set.
func (o *ResponsesRedelegation) GetDestination() ResponsesShortValidator
GetDestination returns the Destination field if non-nil, zero value otherwise.
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.
func (o *ResponsesRedelegation) SetDestination(v ResponsesShortValidator)
SetDestination sets Destination field to given value.
func (o *ResponsesRedelegation) HasDestination() bool
HasDestination returns a boolean if a field has been set.
func (o *ResponsesRedelegation) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
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.
func (o *ResponsesRedelegation) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *ResponsesRedelegation) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesRedelegation) GetSource() ResponsesShortValidator
GetSource returns the Source field if non-nil, zero value otherwise.
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.
func (o *ResponsesRedelegation) SetSource(v ResponsesShortValidator)
SetSource sets Source field to given value.
func (o *ResponsesRedelegation) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *ResponsesRedelegation) GetTime() string
GetTime returns the Time field if non-nil, zero value otherwise.
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.
func (o *ResponsesRedelegation) SetTime(v string)
SetTime sets Time field to given value.
func (o *ResponsesRedelegation) HasTime() bool
HasTime returns a boolean if a field has been set.