Skip to content

StatisticsCountOpenApiVO

Properties

Name Type Description Notes
TotalExpiredCount Pointer to int32 Expired voucher counts of the voucher group, unaffected by search [optional]
TotalInUseCount Pointer to int32 In use voucher counts of the voucher group, unaffected by search [optional]
TotalStatisticsCount Pointer to int32 Total voucher counts of the voucher group, unaffected by search [optional]
TotalUnusedCount Pointer to int32 Unused voucher counts of the voucher group, unaffected by search [optional]

Methods

NewStatisticsCountOpenApiVO

func NewStatisticsCountOpenApiVO() *StatisticsCountOpenApiVO

NewStatisticsCountOpenApiVO instantiates a new StatisticsCountOpenApiVO 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

NewStatisticsCountOpenApiVOWithDefaults

func NewStatisticsCountOpenApiVOWithDefaults() *StatisticsCountOpenApiVO

NewStatisticsCountOpenApiVOWithDefaults instantiates a new StatisticsCountOpenApiVO 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

GetTotalExpiredCount

func (o *StatisticsCountOpenApiVO) GetTotalExpiredCount() int32

GetTotalExpiredCount returns the TotalExpiredCount field if non-nil, zero value otherwise.

GetTotalExpiredCountOk

func (o *StatisticsCountOpenApiVO) GetTotalExpiredCountOk() (*int32, bool)

GetTotalExpiredCountOk returns a tuple with the TotalExpiredCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotalExpiredCount

func (o *StatisticsCountOpenApiVO) SetTotalExpiredCount(v int32)

SetTotalExpiredCount sets TotalExpiredCount field to given value.

HasTotalExpiredCount

func (o *StatisticsCountOpenApiVO) HasTotalExpiredCount() bool

HasTotalExpiredCount returns a boolean if a field has been set.

GetTotalInUseCount

func (o *StatisticsCountOpenApiVO) GetTotalInUseCount() int32

GetTotalInUseCount returns the TotalInUseCount field if non-nil, zero value otherwise.

GetTotalInUseCountOk

func (o *StatisticsCountOpenApiVO) GetTotalInUseCountOk() (*int32, bool)

GetTotalInUseCountOk returns a tuple with the TotalInUseCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotalInUseCount

func (o *StatisticsCountOpenApiVO) SetTotalInUseCount(v int32)

SetTotalInUseCount sets TotalInUseCount field to given value.

HasTotalInUseCount

func (o *StatisticsCountOpenApiVO) HasTotalInUseCount() bool

HasTotalInUseCount returns a boolean if a field has been set.

GetTotalStatisticsCount

func (o *StatisticsCountOpenApiVO) GetTotalStatisticsCount() int32

GetTotalStatisticsCount returns the TotalStatisticsCount field if non-nil, zero value otherwise.

GetTotalStatisticsCountOk

func (o *StatisticsCountOpenApiVO) GetTotalStatisticsCountOk() (*int32, bool)

GetTotalStatisticsCountOk returns a tuple with the TotalStatisticsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotalStatisticsCount

func (o *StatisticsCountOpenApiVO) SetTotalStatisticsCount(v int32)

SetTotalStatisticsCount sets TotalStatisticsCount field to given value.

HasTotalStatisticsCount

func (o *StatisticsCountOpenApiVO) HasTotalStatisticsCount() bool

HasTotalStatisticsCount returns a boolean if a field has been set.

GetTotalUnusedCount

func (o *StatisticsCountOpenApiVO) GetTotalUnusedCount() int32

GetTotalUnusedCount returns the TotalUnusedCount field if non-nil, zero value otherwise.

GetTotalUnusedCountOk

func (o *StatisticsCountOpenApiVO) GetTotalUnusedCountOk() (*int32, bool)

GetTotalUnusedCountOk returns a tuple with the TotalUnusedCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotalUnusedCount

func (o *StatisticsCountOpenApiVO) SetTotalUnusedCount(v int32)

SetTotalUnusedCount sets TotalUnusedCount field to given value.

HasTotalUnusedCount

func (o *StatisticsCountOpenApiVO) HasTotalUnusedCount() bool

HasTotalUnusedCount returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]