Name | Type | Description | Notes |
---|---|---|---|
KeyfactorId | Pointer to int32 | [optional] | |
KeyfactorRequestId | Pointer to int32 | [optional] | |
Thumbprint | Pointer to string | [optional] | |
SerialNumber | Pointer to string | [optional] | |
IssuerDN | Pointer to NullableString | [optional] | |
RequestDisposition | Pointer to string | [optional] | |
DispositionMessage | Pointer to string | [optional] | |
Password | Pointer to string | [optional] |
func NewModelsEnrollmentRenewalResponse() *ModelsEnrollmentRenewalResponse
NewModelsEnrollmentRenewalResponse instantiates a new ModelsEnrollmentRenewalResponse 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 NewModelsEnrollmentRenewalResponseWithDefaults() *ModelsEnrollmentRenewalResponse
NewModelsEnrollmentRenewalResponseWithDefaults instantiates a new ModelsEnrollmentRenewalResponse 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 *ModelsEnrollmentRenewalResponse) GetKeyfactorId() int32
GetKeyfactorId returns the KeyfactorId field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalResponse) GetKeyfactorIdOk() (*int32, bool)
GetKeyfactorIdOk returns a tuple with the KeyfactorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalResponse) SetKeyfactorId(v int32)
SetKeyfactorId sets KeyfactorId field to given value.
func (o *ModelsEnrollmentRenewalResponse) HasKeyfactorId() bool
HasKeyfactorId returns a boolean if a field has been set.
func (o *ModelsEnrollmentRenewalResponse) GetKeyfactorRequestId() int32
GetKeyfactorRequestId returns the KeyfactorRequestId field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalResponse) GetKeyfactorRequestIdOk() (*int32, bool)
GetKeyfactorRequestIdOk returns a tuple with the KeyfactorRequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalResponse) SetKeyfactorRequestId(v int32)
SetKeyfactorRequestId sets KeyfactorRequestId field to given value.
func (o *ModelsEnrollmentRenewalResponse) HasKeyfactorRequestId() bool
HasKeyfactorRequestId returns a boolean if a field has been set.
func (o *ModelsEnrollmentRenewalResponse) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalResponse) GetThumbprintOk() (*string, bool)
GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalResponse) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *ModelsEnrollmentRenewalResponse) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *ModelsEnrollmentRenewalResponse) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalResponse) GetSerialNumberOk() (*string, bool)
GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalResponse) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *ModelsEnrollmentRenewalResponse) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *ModelsEnrollmentRenewalResponse) GetIssuerDN() string
GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalResponse) GetIssuerDNOk() (*string, bool)
GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalResponse) SetIssuerDN(v string)
SetIssuerDN sets IssuerDN field to given value.
func (o *ModelsEnrollmentRenewalResponse) HasIssuerDN() bool
HasIssuerDN returns a boolean if a field has been set.
func (o *ModelsEnrollmentRenewalResponse) SetIssuerDNNil(b bool)
SetIssuerDNNil sets the value for IssuerDN to be an explicit nil
func (o *ModelsEnrollmentRenewalResponse) UnsetIssuerDN()
UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil
func (o *ModelsEnrollmentRenewalResponse) GetRequestDisposition() string
GetRequestDisposition returns the RequestDisposition field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalResponse) GetRequestDispositionOk() (*string, bool)
GetRequestDispositionOk returns a tuple with the RequestDisposition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalResponse) SetRequestDisposition(v string)
SetRequestDisposition sets RequestDisposition field to given value.
func (o *ModelsEnrollmentRenewalResponse) HasRequestDisposition() bool
HasRequestDisposition returns a boolean if a field has been set.
func (o *ModelsEnrollmentRenewalResponse) GetDispositionMessage() string
GetDispositionMessage returns the DispositionMessage field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalResponse) GetDispositionMessageOk() (*string, bool)
GetDispositionMessageOk returns a tuple with the DispositionMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalResponse) SetDispositionMessage(v string)
SetDispositionMessage sets DispositionMessage field to given value.
func (o *ModelsEnrollmentRenewalResponse) HasDispositionMessage() bool
HasDispositionMessage returns a boolean if a field has been set.
func (o *ModelsEnrollmentRenewalResponse) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalResponse) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalResponse) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *ModelsEnrollmentRenewalResponse) HasPassword() bool
HasPassword returns a boolean if a field has been set.