Skip to content

Latest commit

 

History

History
210 lines (117 loc) · 7.38 KB

File metadata and controls

210 lines (117 loc) · 7.38 KB

CSSCMSDataModelModelsMonitoringOCSPTestRequest

Properties

Name Type Description Notes
AuthorityName Pointer to NullableString [optional]
AuthorityNameId Pointer to NullableString [optional]
AuthorityKeyId Pointer to NullableString [optional]
SampleSerialNumber Pointer to NullableString [optional]
Url Pointer to NullableString [optional]

Methods

NewCSSCMSDataModelModelsMonitoringOCSPTestRequest

func NewCSSCMSDataModelModelsMonitoringOCSPTestRequest() *CSSCMSDataModelModelsMonitoringOCSPTestRequest

NewCSSCMSDataModelModelsMonitoringOCSPTestRequest instantiates a new CSSCMSDataModelModelsMonitoringOCSPTestRequest 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

NewCSSCMSDataModelModelsMonitoringOCSPTestRequestWithDefaults

func NewCSSCMSDataModelModelsMonitoringOCSPTestRequestWithDefaults() *CSSCMSDataModelModelsMonitoringOCSPTestRequest

NewCSSCMSDataModelModelsMonitoringOCSPTestRequestWithDefaults instantiates a new CSSCMSDataModelModelsMonitoringOCSPTestRequest 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

GetAuthorityName

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityName() string

GetAuthorityName returns the AuthorityName field if non-nil, zero value otherwise.

GetAuthorityNameOk

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityNameOk() (*string, bool)

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

SetAuthorityName

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityName(v string)

SetAuthorityName sets AuthorityName field to given value.

HasAuthorityName

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasAuthorityName() bool

HasAuthorityName returns a boolean if a field has been set.

SetAuthorityNameNil

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityNameNil(b bool)

SetAuthorityNameNil sets the value for AuthorityName to be an explicit nil

UnsetAuthorityName

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetAuthorityName()

UnsetAuthorityName ensures that no value is present for AuthorityName, not even an explicit nil

GetAuthorityNameId

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityNameId() string

GetAuthorityNameId returns the AuthorityNameId field if non-nil, zero value otherwise.

GetAuthorityNameIdOk

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityNameIdOk() (*string, bool)

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

SetAuthorityNameId

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityNameId(v string)

SetAuthorityNameId sets AuthorityNameId field to given value.

HasAuthorityNameId

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasAuthorityNameId() bool

HasAuthorityNameId returns a boolean if a field has been set.

SetAuthorityNameIdNil

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityNameIdNil(b bool)

SetAuthorityNameIdNil sets the value for AuthorityNameId to be an explicit nil

UnsetAuthorityNameId

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetAuthorityNameId()

UnsetAuthorityNameId ensures that no value is present for AuthorityNameId, not even an explicit nil

GetAuthorityKeyId

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityKeyId() string

GetAuthorityKeyId returns the AuthorityKeyId field if non-nil, zero value otherwise.

GetAuthorityKeyIdOk

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityKeyIdOk() (*string, bool)

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

SetAuthorityKeyId

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityKeyId(v string)

SetAuthorityKeyId sets AuthorityKeyId field to given value.

HasAuthorityKeyId

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasAuthorityKeyId() bool

HasAuthorityKeyId returns a boolean if a field has been set.

SetAuthorityKeyIdNil

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityKeyIdNil(b bool)

SetAuthorityKeyIdNil sets the value for AuthorityKeyId to be an explicit nil

UnsetAuthorityKeyId

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetAuthorityKeyId()

UnsetAuthorityKeyId ensures that no value is present for AuthorityKeyId, not even an explicit nil

GetSampleSerialNumber

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetSampleSerialNumber() string

GetSampleSerialNumber returns the SampleSerialNumber field if non-nil, zero value otherwise.

GetSampleSerialNumberOk

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetSampleSerialNumberOk() (*string, bool)

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

SetSampleSerialNumber

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetSampleSerialNumber(v string)

SetSampleSerialNumber sets SampleSerialNumber field to given value.

HasSampleSerialNumber

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasSampleSerialNumber() bool

HasSampleSerialNumber returns a boolean if a field has been set.

SetSampleSerialNumberNil

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetSampleSerialNumberNil(b bool)

SetSampleSerialNumberNil sets the value for SampleSerialNumber to be an explicit nil

UnsetSampleSerialNumber

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetSampleSerialNumber()

UnsetSampleSerialNumber ensures that no value is present for SampleSerialNumber, not even an explicit nil

GetUrl

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetUrlOk() (*string, bool)

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

SetUrl

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasUrl() bool

HasUrl returns a boolean if a field has been set.

SetUrlNil

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetUrlNil(b bool)

SetUrlNil sets the value for Url to be an explicit nil

UnsetUrl

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

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