Name | Type | Description | Notes |
---|---|---|---|
ConsAddress | Pointer to string | [optional] | |
Id | Pointer to int32 | [optional] | |
Moniker | Pointer to string | [optional] |
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
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
func (o *ResponsesShortValidator) GetConsAddress() string
GetConsAddress returns the ConsAddress field if non-nil, zero value otherwise.
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.
func (o *ResponsesShortValidator) SetConsAddress(v string)
SetConsAddress sets ConsAddress field to given value.
func (o *ResponsesShortValidator) HasConsAddress() bool
HasConsAddress returns a boolean if a field has been set.
func (o *ResponsesShortValidator) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ResponsesShortValidator) SetId(v int32)
SetId sets Id field to given value.
func (o *ResponsesShortValidator) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesShortValidator) GetMoniker() string
GetMoniker returns the Moniker field if non-nil, zero value otherwise.
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.
func (o *ResponsesShortValidator) SetMoniker(v string)
SetMoniker sets Moniker field to given value.
func (o *ResponsesShortValidator) HasMoniker() bool
HasMoniker returns a boolean if a field has been set.