| Name | Type | Description | Notes |
|---|---|---|---|
| KeystoreId | Pointer to string | [optional] | |
| ClientMachine | Pointer to string | [optional] | |
| StorePath | Pointer to string | [optional] | |
| Alias | Pointer to string | [optional] | |
| Reason | Pointer to int32 | [optional] | |
| Explanation | Pointer to string | [optional] |
func NewModelsInvalidKeystore() *ModelsInvalidKeystore
NewModelsInvalidKeystore instantiates a new ModelsInvalidKeystore 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 NewModelsInvalidKeystoreWithDefaults() *ModelsInvalidKeystore
NewModelsInvalidKeystoreWithDefaults instantiates a new ModelsInvalidKeystore 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 *ModelsInvalidKeystore) GetKeystoreId() string
GetKeystoreId returns the KeystoreId field if non-nil, zero value otherwise.
func (o *ModelsInvalidKeystore) GetKeystoreIdOk() (*string, bool)
GetKeystoreIdOk returns a tuple with the KeystoreId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsInvalidKeystore) SetKeystoreId(v string)
SetKeystoreId sets KeystoreId field to given value.
func (o *ModelsInvalidKeystore) HasKeystoreId() bool
HasKeystoreId returns a boolean if a field has been set.
func (o *ModelsInvalidKeystore) GetClientMachine() string
GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise.
func (o *ModelsInvalidKeystore) GetClientMachineOk() (*string, bool)
GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsInvalidKeystore) SetClientMachine(v string)
SetClientMachine sets ClientMachine field to given value.
func (o *ModelsInvalidKeystore) HasClientMachine() bool
HasClientMachine returns a boolean if a field has been set.
func (o *ModelsInvalidKeystore) GetStorePath() string
GetStorePath returns the StorePath field if non-nil, zero value otherwise.
func (o *ModelsInvalidKeystore) GetStorePathOk() (*string, bool)
GetStorePathOk returns a tuple with the StorePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsInvalidKeystore) SetStorePath(v string)
SetStorePath sets StorePath field to given value.
func (o *ModelsInvalidKeystore) HasStorePath() bool
HasStorePath returns a boolean if a field has been set.
func (o *ModelsInvalidKeystore) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
func (o *ModelsInvalidKeystore) GetAliasOk() (*string, bool)
GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsInvalidKeystore) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *ModelsInvalidKeystore) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *ModelsInvalidKeystore) GetReason() int32
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *ModelsInvalidKeystore) GetReasonOk() (*int32, 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 *ModelsInvalidKeystore) SetReason(v int32)
SetReason sets Reason field to given value.
func (o *ModelsInvalidKeystore) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *ModelsInvalidKeystore) GetExplanation() string
GetExplanation returns the Explanation field if non-nil, zero value otherwise.
func (o *ModelsInvalidKeystore) GetExplanationOk() (*string, bool)
GetExplanationOk returns a tuple with the Explanation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsInvalidKeystore) SetExplanation(v string)
SetExplanation sets Explanation field to given value.
func (o *ModelsInvalidKeystore) HasExplanation() bool
HasExplanation returns a boolean if a field has been set.