Name | Type | Description | Notes |
---|---|---|---|
ArtifactId | Pointer to int32 | [optional] [readonly] | |
ArtifactUuid | Pointer to string | [optional] [readonly] | |
ArtifactName | string | ||
Artifactpriority | Pointer to int32 | [optional] | |
Artifactstatus | Pointer to int32 | [optional] | |
Artifacttype | int32 | ||
Case | Pointer to NullableInt32 | [optional] | |
System | int32 | ||
Tag | Pointer to []int32 | [optional] | |
ArtifactMd5 | Pointer to NullableString | [optional] | |
ArtifactSha1 | Pointer to NullableString | [optional] | |
ArtifactSha256 | Pointer to NullableString | [optional] | |
ArtifactSourcePath | Pointer to NullableString | [optional] | |
ArtifactStoragePath | Pointer to string | [optional] [readonly] | |
ArtifactAcquisitionTime | Pointer to NullableTime | [optional] | |
ArtifactRequestedTime | Pointer to NullableTime | [optional] | |
ArtifactCreateTime | Pointer to time.Time | [optional] [readonly] | |
ArtifactCreatedByUserId | int32 | ||
ArtifactModifyTime | Pointer to time.Time | [optional] [readonly] | |
ArtifactModifiedByUserId | int32 | ||
ArtifactAssignedToUserId | Pointer to NullableInt32 | [optional] |
func NewArtifact(artifactName string, artifacttype int32, system int32, artifactCreatedByUserId int32, artifactModifiedByUserId int32, ) *Artifact
NewArtifact instantiates a new Artifact 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 NewArtifactWithDefaults() *Artifact
NewArtifactWithDefaults instantiates a new Artifact 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 *Artifact) GetArtifactId() int32
GetArtifactId returns the ArtifactId field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactIdOk() (*int32, bool)
GetArtifactIdOk returns a tuple with the ArtifactId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactId(v int32)
SetArtifactId sets ArtifactId field to given value.
func (o *Artifact) HasArtifactId() bool
HasArtifactId returns a boolean if a field has been set.
func (o *Artifact) GetArtifactUuid() string
GetArtifactUuid returns the ArtifactUuid field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactUuidOk() (*string, bool)
GetArtifactUuidOk returns a tuple with the ArtifactUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactUuid(v string)
SetArtifactUuid sets ArtifactUuid field to given value.
func (o *Artifact) HasArtifactUuid() bool
HasArtifactUuid returns a boolean if a field has been set.
func (o *Artifact) GetArtifactName() string
GetArtifactName returns the ArtifactName field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactNameOk() (*string, bool)
GetArtifactNameOk returns a tuple with the ArtifactName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactName(v string)
SetArtifactName sets ArtifactName field to given value.
func (o *Artifact) GetArtifactpriority() int32
GetArtifactpriority returns the Artifactpriority field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactpriorityOk() (*int32, bool)
GetArtifactpriorityOk returns a tuple with the Artifactpriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactpriority(v int32)
SetArtifactpriority sets Artifactpriority field to given value.
func (o *Artifact) HasArtifactpriority() bool
HasArtifactpriority returns a boolean if a field has been set.
func (o *Artifact) GetArtifactstatus() int32
GetArtifactstatus returns the Artifactstatus field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactstatusOk() (*int32, bool)
GetArtifactstatusOk returns a tuple with the Artifactstatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactstatus(v int32)
SetArtifactstatus sets Artifactstatus field to given value.
func (o *Artifact) HasArtifactstatus() bool
HasArtifactstatus returns a boolean if a field has been set.
func (o *Artifact) GetArtifacttype() int32
GetArtifacttype returns the Artifacttype field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifacttypeOk() (*int32, bool)
GetArtifacttypeOk returns a tuple with the Artifacttype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifacttype(v int32)
SetArtifacttype sets Artifacttype field to given value.
func (o *Artifact) GetCase() int32
GetCase returns the Case field if non-nil, zero value otherwise.
func (o *Artifact) GetCaseOk() (*int32, bool)
GetCaseOk returns a tuple with the Case field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetCase(v int32)
SetCase sets Case field to given value.
func (o *Artifact) HasCase() bool
HasCase returns a boolean if a field has been set.
func (o *Artifact) SetCaseNil(b bool)
SetCaseNil sets the value for Case to be an explicit nil
func (o *Artifact) UnsetCase()
UnsetCase ensures that no value is present for Case, not even an explicit nil
func (o *Artifact) GetSystem() int32
GetSystem returns the System field if non-nil, zero value otherwise.
func (o *Artifact) GetSystemOk() (*int32, bool)
GetSystemOk returns a tuple with the System field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetSystem(v int32)
SetSystem sets System field to given value.
func (o *Artifact) GetTag() []int32
GetTag returns the Tag field if non-nil, zero value otherwise.
func (o *Artifact) GetTagOk() (*[]int32, bool)
GetTagOk returns a tuple with the Tag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetTag(v []int32)
SetTag sets Tag field to given value.
func (o *Artifact) HasTag() bool
HasTag returns a boolean if a field has been set.
func (o *Artifact) GetArtifactMd5() string
GetArtifactMd5 returns the ArtifactMd5 field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactMd5Ok() (*string, bool)
GetArtifactMd5Ok returns a tuple with the ArtifactMd5 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactMd5(v string)
SetArtifactMd5 sets ArtifactMd5 field to given value.
func (o *Artifact) HasArtifactMd5() bool
HasArtifactMd5 returns a boolean if a field has been set.
func (o *Artifact) SetArtifactMd5Nil(b bool)
SetArtifactMd5Nil sets the value for ArtifactMd5 to be an explicit nil
func (o *Artifact) UnsetArtifactMd5()
UnsetArtifactMd5 ensures that no value is present for ArtifactMd5, not even an explicit nil
func (o *Artifact) GetArtifactSha1() string
GetArtifactSha1 returns the ArtifactSha1 field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactSha1Ok() (*string, bool)
GetArtifactSha1Ok returns a tuple with the ArtifactSha1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactSha1(v string)
SetArtifactSha1 sets ArtifactSha1 field to given value.
func (o *Artifact) HasArtifactSha1() bool
HasArtifactSha1 returns a boolean if a field has been set.
func (o *Artifact) SetArtifactSha1Nil(b bool)
SetArtifactSha1Nil sets the value for ArtifactSha1 to be an explicit nil
func (o *Artifact) UnsetArtifactSha1()
UnsetArtifactSha1 ensures that no value is present for ArtifactSha1, not even an explicit nil
func (o *Artifact) GetArtifactSha256() string
GetArtifactSha256 returns the ArtifactSha256 field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactSha256Ok() (*string, bool)
GetArtifactSha256Ok returns a tuple with the ArtifactSha256 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactSha256(v string)
SetArtifactSha256 sets ArtifactSha256 field to given value.
func (o *Artifact) HasArtifactSha256() bool
HasArtifactSha256 returns a boolean if a field has been set.
func (o *Artifact) SetArtifactSha256Nil(b bool)
SetArtifactSha256Nil sets the value for ArtifactSha256 to be an explicit nil
func (o *Artifact) UnsetArtifactSha256()
UnsetArtifactSha256 ensures that no value is present for ArtifactSha256, not even an explicit nil
func (o *Artifact) GetArtifactSourcePath() string
GetArtifactSourcePath returns the ArtifactSourcePath field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactSourcePathOk() (*string, bool)
GetArtifactSourcePathOk returns a tuple with the ArtifactSourcePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactSourcePath(v string)
SetArtifactSourcePath sets ArtifactSourcePath field to given value.
func (o *Artifact) HasArtifactSourcePath() bool
HasArtifactSourcePath returns a boolean if a field has been set.
func (o *Artifact) SetArtifactSourcePathNil(b bool)
SetArtifactSourcePathNil sets the value for ArtifactSourcePath to be an explicit nil
func (o *Artifact) UnsetArtifactSourcePath()
UnsetArtifactSourcePath ensures that no value is present for ArtifactSourcePath, not even an explicit nil
func (o *Artifact) GetArtifactStoragePath() string
GetArtifactStoragePath returns the ArtifactStoragePath field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactStoragePathOk() (*string, bool)
GetArtifactStoragePathOk returns a tuple with the ArtifactStoragePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactStoragePath(v string)
SetArtifactStoragePath sets ArtifactStoragePath field to given value.
func (o *Artifact) HasArtifactStoragePath() bool
HasArtifactStoragePath returns a boolean if a field has been set.
func (o *Artifact) GetArtifactAcquisitionTime() time.Time
GetArtifactAcquisitionTime returns the ArtifactAcquisitionTime field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactAcquisitionTimeOk() (*time.Time, bool)
GetArtifactAcquisitionTimeOk returns a tuple with the ArtifactAcquisitionTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactAcquisitionTime(v time.Time)
SetArtifactAcquisitionTime sets ArtifactAcquisitionTime field to given value.
func (o *Artifact) HasArtifactAcquisitionTime() bool
HasArtifactAcquisitionTime returns a boolean if a field has been set.
func (o *Artifact) SetArtifactAcquisitionTimeNil(b bool)
SetArtifactAcquisitionTimeNil sets the value for ArtifactAcquisitionTime to be an explicit nil
func (o *Artifact) UnsetArtifactAcquisitionTime()
UnsetArtifactAcquisitionTime ensures that no value is present for ArtifactAcquisitionTime, not even an explicit nil
func (o *Artifact) GetArtifactRequestedTime() time.Time
GetArtifactRequestedTime returns the ArtifactRequestedTime field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactRequestedTimeOk() (*time.Time, bool)
GetArtifactRequestedTimeOk returns a tuple with the ArtifactRequestedTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactRequestedTime(v time.Time)
SetArtifactRequestedTime sets ArtifactRequestedTime field to given value.
func (o *Artifact) HasArtifactRequestedTime() bool
HasArtifactRequestedTime returns a boolean if a field has been set.
func (o *Artifact) SetArtifactRequestedTimeNil(b bool)
SetArtifactRequestedTimeNil sets the value for ArtifactRequestedTime to be an explicit nil
func (o *Artifact) UnsetArtifactRequestedTime()
UnsetArtifactRequestedTime ensures that no value is present for ArtifactRequestedTime, not even an explicit nil
func (o *Artifact) GetArtifactCreateTime() time.Time
GetArtifactCreateTime returns the ArtifactCreateTime field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactCreateTimeOk() (*time.Time, bool)
GetArtifactCreateTimeOk returns a tuple with the ArtifactCreateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactCreateTime(v time.Time)
SetArtifactCreateTime sets ArtifactCreateTime field to given value.
func (o *Artifact) HasArtifactCreateTime() bool
HasArtifactCreateTime returns a boolean if a field has been set.
func (o *Artifact) GetArtifactCreatedByUserId() int32
GetArtifactCreatedByUserId returns the ArtifactCreatedByUserId field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactCreatedByUserIdOk() (*int32, bool)
GetArtifactCreatedByUserIdOk returns a tuple with the ArtifactCreatedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactCreatedByUserId(v int32)
SetArtifactCreatedByUserId sets ArtifactCreatedByUserId field to given value.
func (o *Artifact) GetArtifactModifyTime() time.Time
GetArtifactModifyTime returns the ArtifactModifyTime field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactModifyTimeOk() (*time.Time, bool)
GetArtifactModifyTimeOk returns a tuple with the ArtifactModifyTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactModifyTime(v time.Time)
SetArtifactModifyTime sets ArtifactModifyTime field to given value.
func (o *Artifact) HasArtifactModifyTime() bool
HasArtifactModifyTime returns a boolean if a field has been set.
func (o *Artifact) GetArtifactModifiedByUserId() int32
GetArtifactModifiedByUserId returns the ArtifactModifiedByUserId field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactModifiedByUserIdOk() (*int32, bool)
GetArtifactModifiedByUserIdOk returns a tuple with the ArtifactModifiedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactModifiedByUserId(v int32)
SetArtifactModifiedByUserId sets ArtifactModifiedByUserId field to given value.
func (o *Artifact) GetArtifactAssignedToUserId() int32
GetArtifactAssignedToUserId returns the ArtifactAssignedToUserId field if non-nil, zero value otherwise.
func (o *Artifact) GetArtifactAssignedToUserIdOk() (*int32, bool)
GetArtifactAssignedToUserIdOk returns a tuple with the ArtifactAssignedToUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifact) SetArtifactAssignedToUserId(v int32)
SetArtifactAssignedToUserId sets ArtifactAssignedToUserId field to given value.
func (o *Artifact) HasArtifactAssignedToUserId() bool
HasArtifactAssignedToUserId returns a boolean if a field has been set.
func (o *Artifact) SetArtifactAssignedToUserIdNil(b bool)
SetArtifactAssignedToUserIdNil sets the value for ArtifactAssignedToUserId to be an explicit nil
func (o *Artifact) UnsetArtifactAssignedToUserId()
UnsetArtifactAssignedToUserId ensures that no value is present for ArtifactAssignedToUserId, not even an explicit nil