Name | Type | Description | Notes |
---|---|---|---|
Arch | Pointer to string | [optional] | |
Checksum | Pointer to string | [optional] | |
ContentSets | Pointer to []string | [optional] | |
DetailsUrl | Pointer to string | [optional] | |
Epoch | Pointer to int32 | [optional] | |
Filename | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Release | Pointer to string | [optional] | |
RepoTags | Pointer to []string | [optional] | |
Summary | Pointer to string | [optional] | |
Version | Pointer to string | [optional] |
func NewPackageDetail() *PackageDetail
NewPackageDetail instantiates a new PackageDetail 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 NewPackageDetailWithDefaults() *PackageDetail
NewPackageDetailWithDefaults instantiates a new PackageDetail 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 *PackageDetail) GetArch() string
GetArch returns the Arch field if non-nil, zero value otherwise.
func (o *PackageDetail) 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 *PackageDetail) SetArch(v string)
SetArch sets Arch field to given value.
func (o *PackageDetail) HasArch() bool
HasArch returns a boolean if a field has been set.
func (o *PackageDetail) GetChecksum() string
GetChecksum returns the Checksum field if non-nil, zero value otherwise.
func (o *PackageDetail) 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 *PackageDetail) SetChecksum(v string)
SetChecksum sets Checksum field to given value.
func (o *PackageDetail) HasChecksum() bool
HasChecksum returns a boolean if a field has been set.
func (o *PackageDetail) GetContentSets() []string
GetContentSets returns the ContentSets field if non-nil, zero value otherwise.
func (o *PackageDetail) 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 *PackageDetail) SetContentSets(v []string)
SetContentSets sets ContentSets field to given value.
func (o *PackageDetail) HasContentSets() bool
HasContentSets returns a boolean if a field has been set.
func (o *PackageDetail) GetDetailsUrl() string
GetDetailsUrl returns the DetailsUrl field if non-nil, zero value otherwise.
func (o *PackageDetail) GetDetailsUrlOk() (*string, bool)
GetDetailsUrlOk returns a tuple with the DetailsUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageDetail) SetDetailsUrl(v string)
SetDetailsUrl sets DetailsUrl field to given value.
func (o *PackageDetail) HasDetailsUrl() bool
HasDetailsUrl returns a boolean if a field has been set.
func (o *PackageDetail) GetEpoch() int32
GetEpoch returns the Epoch field if non-nil, zero value otherwise.
func (o *PackageDetail) GetEpochOk() (*int32, 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 *PackageDetail) SetEpoch(v int32)
SetEpoch sets Epoch field to given value.
func (o *PackageDetail) HasEpoch() bool
HasEpoch returns a boolean if a field has been set.
func (o *PackageDetail) GetFilename() string
GetFilename returns the Filename field if non-nil, zero value otherwise.
func (o *PackageDetail) 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 *PackageDetail) SetFilename(v string)
SetFilename sets Filename field to given value.
func (o *PackageDetail) HasFilename() bool
HasFilename returns a boolean if a field has been set.
func (o *PackageDetail) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PackageDetail) 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 *PackageDetail) SetName(v string)
SetName sets Name field to given value.
func (o *PackageDetail) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PackageDetail) GetRelease() string
GetRelease returns the Release field if non-nil, zero value otherwise.
func (o *PackageDetail) 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 *PackageDetail) SetRelease(v string)
SetRelease sets Release field to given value.
func (o *PackageDetail) HasRelease() bool
HasRelease returns a boolean if a field has been set.
func (o *PackageDetail) GetRepoTags() []string
GetRepoTags returns the RepoTags field if non-nil, zero value otherwise.
func (o *PackageDetail) GetRepoTagsOk() (*[]string, bool)
GetRepoTagsOk returns a tuple with the RepoTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageDetail) SetRepoTags(v []string)
SetRepoTags sets RepoTags field to given value.
func (o *PackageDetail) HasRepoTags() bool
HasRepoTags returns a boolean if a field has been set.
func (o *PackageDetail) GetSummary() string
GetSummary returns the Summary field if non-nil, zero value otherwise.
func (o *PackageDetail) 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 *PackageDetail) SetSummary(v string)
SetSummary sets Summary field to given value.
func (o *PackageDetail) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (o *PackageDetail) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *PackageDetail) 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 *PackageDetail) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *PackageDetail) HasVersion() bool
HasVersion returns a boolean if a field has been set.