Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.6 KB

ResponsesValidatorCount.md

File metadata and controls

134 lines (73 loc) · 3.6 KB

ResponsesValidatorCount

Properties

Name Type Description Notes
Active Pointer to int32 [optional]
Inactive Pointer to int32 [optional]
Jailed Pointer to int32 [optional]
Total Pointer to int32 [optional]

Methods

NewResponsesValidatorCount

func NewResponsesValidatorCount() *ResponsesValidatorCount

NewResponsesValidatorCount instantiates a new ResponsesValidatorCount 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

NewResponsesValidatorCountWithDefaults

func NewResponsesValidatorCountWithDefaults() *ResponsesValidatorCount

NewResponsesValidatorCountWithDefaults instantiates a new ResponsesValidatorCount 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

GetActive

func (o *ResponsesValidatorCount) GetActive() int32

GetActive returns the Active field if non-nil, zero value otherwise.

GetActiveOk

func (o *ResponsesValidatorCount) GetActiveOk() (*int32, bool)

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

SetActive

func (o *ResponsesValidatorCount) SetActive(v int32)

SetActive sets Active field to given value.

HasActive

func (o *ResponsesValidatorCount) HasActive() bool

HasActive returns a boolean if a field has been set.

GetInactive

func (o *ResponsesValidatorCount) GetInactive() int32

GetInactive returns the Inactive field if non-nil, zero value otherwise.

GetInactiveOk

func (o *ResponsesValidatorCount) GetInactiveOk() (*int32, bool)

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

SetInactive

func (o *ResponsesValidatorCount) SetInactive(v int32)

SetInactive sets Inactive field to given value.

HasInactive

func (o *ResponsesValidatorCount) HasInactive() bool

HasInactive returns a boolean if a field has been set.

GetJailed

func (o *ResponsesValidatorCount) GetJailed() int32

GetJailed returns the Jailed field if non-nil, zero value otherwise.

GetJailedOk

func (o *ResponsesValidatorCount) GetJailedOk() (*int32, bool)

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

SetJailed

func (o *ResponsesValidatorCount) SetJailed(v int32)

SetJailed sets Jailed field to given value.

HasJailed

func (o *ResponsesValidatorCount) HasJailed() bool

HasJailed returns a boolean if a field has been set.

GetTotal

func (o *ResponsesValidatorCount) GetTotal() int32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *ResponsesValidatorCount) GetTotalOk() (*int32, bool)

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

SetTotal

func (o *ResponsesValidatorCount) SetTotal(v int32)

SetTotal sets Total field to given value.

HasTotal

func (o *ResponsesValidatorCount) HasTotal() bool

HasTotal returns a boolean if a field has been set.

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