Name | Type | Description | Notes |
---|---|---|---|
TrackFileCount | Pointer to int32 | [optional] | |
TrackCount | Pointer to int32 | [optional] | |
TotalTrackCount | Pointer to int32 | [optional] | |
SizeOnDisk | Pointer to int64 | [optional] | |
PercentOfTracks | Pointer to float64 | [optional] [readonly] |
func NewAlbumStatisticsResource() *AlbumStatisticsResource
NewAlbumStatisticsResource instantiates a new AlbumStatisticsResource 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 NewAlbumStatisticsResourceWithDefaults() *AlbumStatisticsResource
NewAlbumStatisticsResourceWithDefaults instantiates a new AlbumStatisticsResource 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 *AlbumStatisticsResource) GetTrackFileCount() int32
GetTrackFileCount returns the TrackFileCount field if non-nil, zero value otherwise.
func (o *AlbumStatisticsResource) GetTrackFileCountOk() (*int32, bool)
GetTrackFileCountOk returns a tuple with the TrackFileCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlbumStatisticsResource) SetTrackFileCount(v int32)
SetTrackFileCount sets TrackFileCount field to given value.
func (o *AlbumStatisticsResource) HasTrackFileCount() bool
HasTrackFileCount returns a boolean if a field has been set.
func (o *AlbumStatisticsResource) GetTrackCount() int32
GetTrackCount returns the TrackCount field if non-nil, zero value otherwise.
func (o *AlbumStatisticsResource) GetTrackCountOk() (*int32, bool)
GetTrackCountOk returns a tuple with the TrackCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlbumStatisticsResource) SetTrackCount(v int32)
SetTrackCount sets TrackCount field to given value.
func (o *AlbumStatisticsResource) HasTrackCount() bool
HasTrackCount returns a boolean if a field has been set.
func (o *AlbumStatisticsResource) GetTotalTrackCount() int32
GetTotalTrackCount returns the TotalTrackCount field if non-nil, zero value otherwise.
func (o *AlbumStatisticsResource) GetTotalTrackCountOk() (*int32, bool)
GetTotalTrackCountOk returns a tuple with the TotalTrackCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlbumStatisticsResource) SetTotalTrackCount(v int32)
SetTotalTrackCount sets TotalTrackCount field to given value.
func (o *AlbumStatisticsResource) HasTotalTrackCount() bool
HasTotalTrackCount returns a boolean if a field has been set.
func (o *AlbumStatisticsResource) GetSizeOnDisk() int64
GetSizeOnDisk returns the SizeOnDisk field if non-nil, zero value otherwise.
func (o *AlbumStatisticsResource) GetSizeOnDiskOk() (*int64, bool)
GetSizeOnDiskOk returns a tuple with the SizeOnDisk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlbumStatisticsResource) SetSizeOnDisk(v int64)
SetSizeOnDisk sets SizeOnDisk field to given value.
func (o *AlbumStatisticsResource) HasSizeOnDisk() bool
HasSizeOnDisk returns a boolean if a field has been set.
func (o *AlbumStatisticsResource) GetPercentOfTracks() float64
GetPercentOfTracks returns the PercentOfTracks field if non-nil, zero value otherwise.
func (o *AlbumStatisticsResource) GetPercentOfTracksOk() (*float64, bool)
GetPercentOfTracksOk returns a tuple with the PercentOfTracks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlbumStatisticsResource) SetPercentOfTracks(v float64)
SetPercentOfTracks sets PercentOfTracks field to given value.
func (o *AlbumStatisticsResource) HasPercentOfTracks() bool
HasPercentOfTracks returns a boolean if a field has been set.