Name | Type | Description | Notes |
---|---|---|---|
Burned | Pointer to string | [optional] | |
Height | Pointer to int32 | [optional] | |
Reason | Pointer to string | [optional] | |
Time | Pointer to string | [optional] | |
Validator | Pointer to ResponsesShortValidator | [optional] |
func NewResponsesJail() *ResponsesJail
NewResponsesJail instantiates a new ResponsesJail 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 NewResponsesJailWithDefaults() *ResponsesJail
NewResponsesJailWithDefaults instantiates a new ResponsesJail 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 *ResponsesJail) GetBurned() string
GetBurned returns the Burned field if non-nil, zero value otherwise.
func (o *ResponsesJail) GetBurnedOk() (*string, bool)
GetBurnedOk returns a tuple with the Burned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesJail) SetBurned(v string)
SetBurned sets Burned field to given value.
func (o *ResponsesJail) HasBurned() bool
HasBurned returns a boolean if a field has been set.
func (o *ResponsesJail) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesJail) 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 *ResponsesJail) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *ResponsesJail) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesJail) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *ResponsesJail) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesJail) SetReason(v string)
SetReason sets Reason field to given value.
func (o *ResponsesJail) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *ResponsesJail) GetTime() string
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *ResponsesJail) 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 *ResponsesJail) SetTime(v string)
SetTime sets Time field to given value.
func (o *ResponsesJail) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ResponsesJail) GetValidator() ResponsesShortValidator
GetValidator returns the Validator field if non-nil, zero value otherwise.
func (o *ResponsesJail) GetValidatorOk() (*ResponsesShortValidator, bool)
GetValidatorOk returns a tuple with the Validator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesJail) SetValidator(v ResponsesShortValidator)
SetValidator sets Validator field to given value.
func (o *ResponsesJail) HasValidator() bool
HasValidator returns a boolean if a field has been set.