Name | Type | Description | Notes |
---|---|---|---|
Arch | Pointer to string | [optional] | |
BuildDate | Pointer to string | Date represents the date format used for API returns | [optional] |
BuildHost | Pointer to string | [optional] | |
Checksum | Pointer to string | [optional] | |
ContentSets | Pointer to []string | [optional] | |
Description | Pointer to string | [optional] | |
DownloadHref | Pointer to string | [optional] | |
Epoch | Pointer to string | [optional] | |
Group | Pointer to string | [optional] | |
Href | Pointer to string | [optional] | |
License | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Release | Pointer to string | [optional] | |
Size | Pointer to int32 | [optional] | |
Summary | Pointer to string | [optional] | |
Version | Pointer to string | [optional] |
func NewPkgContentSetArch() *PkgContentSetArch
NewPkgContentSetArch instantiates a new PkgContentSetArch 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 NewPkgContentSetArchWithDefaults() *PkgContentSetArch
NewPkgContentSetArchWithDefaults instantiates a new PkgContentSetArch 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 *PkgContentSetArch) GetArch() string
GetArch returns the Arch field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetArchOk() (*string, bool)
GetArchOk returns a tuple with the Arch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetArch(v string)
SetArch sets Arch field to given value.
func (o *PkgContentSetArch) HasArch() bool
HasArch returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetBuildDate() string
GetBuildDate returns the BuildDate field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetBuildDateOk() (*string, bool)
GetBuildDateOk returns a tuple with the BuildDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetBuildDate(v string)
SetBuildDate sets BuildDate field to given value.
func (o *PkgContentSetArch) HasBuildDate() bool
HasBuildDate returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetBuildHost() string
GetBuildHost returns the BuildHost field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetBuildHostOk() (*string, bool)
GetBuildHostOk returns a tuple with the BuildHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetBuildHost(v string)
SetBuildHost sets BuildHost field to given value.
func (o *PkgContentSetArch) HasBuildHost() bool
HasBuildHost returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetChecksum() string
GetChecksum returns the Checksum field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) 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 *PkgContentSetArch) SetChecksum(v string)
SetChecksum sets Checksum field to given value.
func (o *PkgContentSetArch) HasChecksum() bool
HasChecksum returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetContentSets() []string
GetContentSets returns the ContentSets field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetContentSetsOk() (*[]string, bool)
GetContentSetsOk returns a tuple with the ContentSets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetContentSets(v []string)
SetContentSets sets ContentSets field to given value.
func (o *PkgContentSetArch) HasContentSets() bool
HasContentSets returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *PkgContentSetArch) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetDownloadHref() string
GetDownloadHref returns the DownloadHref field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetDownloadHrefOk() (*string, bool)
GetDownloadHrefOk returns a tuple with the DownloadHref field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetDownloadHref(v string)
SetDownloadHref sets DownloadHref field to given value.
func (o *PkgContentSetArch) HasDownloadHref() bool
HasDownloadHref returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetEpoch() string
GetEpoch returns the Epoch field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetEpochOk() (*string, bool)
GetEpochOk returns a tuple with the Epoch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetEpoch(v string)
SetEpoch sets Epoch field to given value.
func (o *PkgContentSetArch) HasEpoch() bool
HasEpoch returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetGroup() string
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetGroup(v string)
SetGroup sets Group field to given value.
func (o *PkgContentSetArch) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetHref(v string)
SetHref sets Href field to given value.
func (o *PkgContentSetArch) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetLicense() string
GetLicense returns the License field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetLicenseOk() (*string, bool)
GetLicenseOk returns a tuple with the License field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetLicense(v string)
SetLicense sets License field to given value.
func (o *PkgContentSetArch) HasLicense() bool
HasLicense returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetName(v string)
SetName sets Name field to given value.
func (o *PkgContentSetArch) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetRelease() string
GetRelease returns the Release field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetReleaseOk() (*string, bool)
GetReleaseOk returns a tuple with the Release field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetRelease(v string)
SetRelease sets Release field to given value.
func (o *PkgContentSetArch) HasRelease() bool
HasRelease returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetSize(v int32)
SetSize sets Size field to given value.
func (o *PkgContentSetArch) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetSummary() string
GetSummary returns the Summary field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetSummaryOk() (*string, bool)
GetSummaryOk returns a tuple with the Summary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PkgContentSetArch) SetSummary(v string)
SetSummary sets Summary field to given value.
func (o *PkgContentSetArch) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (o *PkgContentSetArch) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *PkgContentSetArch) GetVersionOk() (*string, 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 *PkgContentSetArch) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *PkgContentSetArch) HasVersion() bool
HasVersion returns a boolean if a field has been set.