Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.98 KB

ResponsesShortValidator.md

File metadata and controls

108 lines (59 loc) · 2.98 KB

ResponsesShortValidator

Properties

Name Type Description Notes
ConsAddress Pointer to string [optional]
Id Pointer to int32 [optional]
Moniker Pointer to string [optional]

Methods

NewResponsesShortValidator

func NewResponsesShortValidator() *ResponsesShortValidator

NewResponsesShortValidator instantiates a new ResponsesShortValidator 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

NewResponsesShortValidatorWithDefaults

func NewResponsesShortValidatorWithDefaults() *ResponsesShortValidator

NewResponsesShortValidatorWithDefaults instantiates a new ResponsesShortValidator 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

GetConsAddress

func (o *ResponsesShortValidator) GetConsAddress() string

GetConsAddress returns the ConsAddress field if non-nil, zero value otherwise.

GetConsAddressOk

func (o *ResponsesShortValidator) GetConsAddressOk() (*string, bool)

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

SetConsAddress

func (o *ResponsesShortValidator) SetConsAddress(v string)

SetConsAddress sets ConsAddress field to given value.

HasConsAddress

func (o *ResponsesShortValidator) HasConsAddress() bool

HasConsAddress returns a boolean if a field has been set.

GetId

func (o *ResponsesShortValidator) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ResponsesShortValidator) GetIdOk() (*int32, bool)

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

SetId

func (o *ResponsesShortValidator) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ResponsesShortValidator) HasId() bool

HasId returns a boolean if a field has been set.

GetMoniker

func (o *ResponsesShortValidator) GetMoniker() string

GetMoniker returns the Moniker field if non-nil, zero value otherwise.

GetMonikerOk

func (o *ResponsesShortValidator) GetMonikerOk() (*string, bool)

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

SetMoniker

func (o *ResponsesShortValidator) SetMoniker(v string)

SetMoniker sets Moniker field to given value.

HasMoniker

func (o *ResponsesShortValidator) HasMoniker() bool

HasMoniker returns a boolean if a field has been set.

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