Skip to content

Latest commit

 

History

History
236 lines (131 loc) · 8.29 KB

File metadata and controls

236 lines (131 loc) · 8.29 KB

CSSCMSDataModelModelsWorkflowProcessedCertificateRequest

Properties

Name Type Description Notes
CARowId Pointer to NullableInt32 [optional] [readonly]
CARequestId Pointer to NullableString [optional]
CAHost Pointer to NullableString [optional]
CALogicalName Pointer to NullableString [optional]
KeyfactorRequestId Pointer to int32 [optional]
Comment Pointer to NullableString [optional]

Methods

NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequest

func NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequest() *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest

NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequest instantiates a new CSSCMSDataModelModelsWorkflowProcessedCertificateRequest 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

NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequestWithDefaults

func NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequestWithDefaults() *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest

NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequestWithDefaults instantiates a new CSSCMSDataModelModelsWorkflowProcessedCertificateRequest 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

GetCARowId

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCARowId() int32

GetCARowId returns the CARowId field if non-nil, zero value otherwise.

GetCARowIdOk

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCARowIdOk() (*int32, bool)

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

SetCARowId

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARowId(v int32)

SetCARowId sets CARowId field to given value.

HasCARowId

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCARowId() bool

HasCARowId returns a boolean if a field has been set.

SetCARowIdNil

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARowIdNil(b bool)

SetCARowIdNil sets the value for CARowId to be an explicit nil

UnsetCARowId

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCARowId()

UnsetCARowId ensures that no value is present for CARowId, not even an explicit nil

GetCARequestId

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCARequestId() string

GetCARequestId returns the CARequestId field if non-nil, zero value otherwise.

GetCARequestIdOk

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCARequestIdOk() (*string, bool)

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

SetCARequestId

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARequestId(v string)

SetCARequestId sets CARequestId field to given value.

HasCARequestId

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCARequestId() bool

HasCARequestId returns a boolean if a field has been set.

SetCARequestIdNil

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARequestIdNil(b bool)

SetCARequestIdNil sets the value for CARequestId to be an explicit nil

UnsetCARequestId

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCARequestId()

UnsetCARequestId ensures that no value is present for CARequestId, not even an explicit nil

GetCAHost

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCAHost() string

GetCAHost returns the CAHost field if non-nil, zero value otherwise.

GetCAHostOk

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCAHostOk() (*string, bool)

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

SetCAHost

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCAHost(v string)

SetCAHost sets CAHost field to given value.

HasCAHost

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCAHost() bool

HasCAHost returns a boolean if a field has been set.

SetCAHostNil

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCAHostNil(b bool)

SetCAHostNil sets the value for CAHost to be an explicit nil

UnsetCAHost

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCAHost()

UnsetCAHost ensures that no value is present for CAHost, not even an explicit nil

GetCALogicalName

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCALogicalName() string

GetCALogicalName returns the CALogicalName field if non-nil, zero value otherwise.

GetCALogicalNameOk

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCALogicalNameOk() (*string, bool)

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

SetCALogicalName

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCALogicalName(v string)

SetCALogicalName sets CALogicalName field to given value.

HasCALogicalName

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCALogicalName() bool

HasCALogicalName returns a boolean if a field has been set.

SetCALogicalNameNil

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCALogicalNameNil(b bool)

SetCALogicalNameNil sets the value for CALogicalName to be an explicit nil

UnsetCALogicalName

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCALogicalName()

UnsetCALogicalName ensures that no value is present for CALogicalName, not even an explicit nil

GetKeyfactorRequestId

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetKeyfactorRequestId() int32

GetKeyfactorRequestId returns the KeyfactorRequestId field if non-nil, zero value otherwise.

GetKeyfactorRequestIdOk

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) 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.

SetKeyfactorRequestId

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetKeyfactorRequestId(v int32)

SetKeyfactorRequestId sets KeyfactorRequestId field to given value.

HasKeyfactorRequestId

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasKeyfactorRequestId() bool

HasKeyfactorRequestId returns a boolean if a field has been set.

GetComment

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCommentOk() (*string, bool)

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

SetComment

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasComment() bool

HasComment returns a boolean if a field has been set.

SetCommentNil

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCommentNil(b bool)

SetCommentNil sets the value for Comment to be an explicit nil

UnsetComment

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetComment()

UnsetComment ensures that no value is present for Comment, not even an explicit nil

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