Name | Type | Description | Notes |
---|---|---|---|
ArtifactstatusId | Pointer to int32 | [optional] [readonly] | |
ArtifactstatusName | string |
func NewArtifactstatus(artifactstatusName string, ) *Artifactstatus
NewArtifactstatus instantiates a new Artifactstatus 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 NewArtifactstatusWithDefaults() *Artifactstatus
NewArtifactstatusWithDefaults instantiates a new Artifactstatus 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 *Artifactstatus) GetArtifactstatusId() int32
GetArtifactstatusId returns the ArtifactstatusId field if non-nil, zero value otherwise.
func (o *Artifactstatus) GetArtifactstatusIdOk() (*int32, bool)
GetArtifactstatusIdOk returns a tuple with the ArtifactstatusId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifactstatus) SetArtifactstatusId(v int32)
SetArtifactstatusId sets ArtifactstatusId field to given value.
func (o *Artifactstatus) HasArtifactstatusId() bool
HasArtifactstatusId returns a boolean if a field has been set.
func (o *Artifactstatus) GetArtifactstatusName() string
GetArtifactstatusName returns the ArtifactstatusName field if non-nil, zero value otherwise.
func (o *Artifactstatus) GetArtifactstatusNameOk() (*string, bool)
GetArtifactstatusNameOk returns a tuple with the ArtifactstatusName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Artifactstatus) SetArtifactstatusName(v string)
SetArtifactstatusName sets ArtifactstatusName field to given value.