Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.04 KB

ResponsesJail.md

File metadata and controls

160 lines (87 loc) · 4.04 KB

ResponsesJail

Properties

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]

Methods

NewResponsesJail

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

NewResponsesJailWithDefaults

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

GetBurned

func (o *ResponsesJail) GetBurned() string

GetBurned returns the Burned field if non-nil, zero value otherwise.

GetBurnedOk

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.

SetBurned

func (o *ResponsesJail) SetBurned(v string)

SetBurned sets Burned field to given value.

HasBurned

func (o *ResponsesJail) HasBurned() bool

HasBurned returns a boolean if a field has been set.

GetHeight

func (o *ResponsesJail) GetHeight() int32

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

GetHeightOk

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.

SetHeight

func (o *ResponsesJail) SetHeight(v int32)

SetHeight sets Height field to given value.

HasHeight

func (o *ResponsesJail) HasHeight() bool

HasHeight returns a boolean if a field has been set.

GetReason

func (o *ResponsesJail) GetReason() string

GetReason returns the Reason field if non-nil, zero value otherwise.

GetReasonOk

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.

SetReason

func (o *ResponsesJail) SetReason(v string)

SetReason sets Reason field to given value.

HasReason

func (o *ResponsesJail) HasReason() bool

HasReason returns a boolean if a field has been set.

GetTime

func (o *ResponsesJail) GetTime() string

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

GetTimeOk

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.

SetTime

func (o *ResponsesJail) SetTime(v string)

SetTime sets Time field to given value.

HasTime

func (o *ResponsesJail) HasTime() bool

HasTime returns a boolean if a field has been set.

GetValidator

func (o *ResponsesJail) GetValidator() ResponsesShortValidator

GetValidator returns the Validator field if non-nil, zero value otherwise.

GetValidatorOk

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.

SetValidator

func (o *ResponsesJail) SetValidator(v ResponsesShortValidator)

SetValidator sets Validator field to given value.

HasValidator

func (o *ResponsesJail) HasValidator() bool

HasValidator returns a boolean if a field has been set.

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