Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "niaapi.SnValidatorMetadata"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "niaapi.SnValidatorMetadata"] |
Checksum | Pointer to string | Checksum of SnValidatorData file. | [optional] |
FileName | Pointer to string | The filename of sn metadata file. | [optional] |
Version | Pointer to int64 | The version number of the SerialNumber Metadata. | [optional] |
func NewNiaapiSnValidatorMetadata(classId string, objectType string, ) *NiaapiSnValidatorMetadata
NewNiaapiSnValidatorMetadata instantiates a new NiaapiSnValidatorMetadata 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 NewNiaapiSnValidatorMetadataWithDefaults() *NiaapiSnValidatorMetadata
NewNiaapiSnValidatorMetadataWithDefaults instantiates a new NiaapiSnValidatorMetadata 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 *NiaapiSnValidatorMetadata) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *NiaapiSnValidatorMetadata) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NiaapiSnValidatorMetadata) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *NiaapiSnValidatorMetadata) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *NiaapiSnValidatorMetadata) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NiaapiSnValidatorMetadata) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *NiaapiSnValidatorMetadata) GetChecksum() string
GetChecksum returns the Checksum field if non-nil, zero value otherwise.
func (o *NiaapiSnValidatorMetadata) GetChecksumOk() (*string, bool)
GetChecksumOk returns a tuple with the Checksum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NiaapiSnValidatorMetadata) SetChecksum(v string)
SetChecksum sets Checksum field to given value.
func (o *NiaapiSnValidatorMetadata) HasChecksum() bool
HasChecksum returns a boolean if a field has been set.
func (o *NiaapiSnValidatorMetadata) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *NiaapiSnValidatorMetadata) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NiaapiSnValidatorMetadata) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *NiaapiSnValidatorMetadata) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (o *NiaapiSnValidatorMetadata) GetVersion() int64
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *NiaapiSnValidatorMetadata) GetVersionOk() (*int64, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NiaapiSnValidatorMetadata) SetVersion(v int64)
SetVersion sets Version field to given value.
func (o *NiaapiSnValidatorMetadata) HasVersion() bool
HasVersion returns a boolean if a field has been set.