AllTimeVoucherSummaryOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Created | Pointer to VoucherSummaryOpenApiVO | [optional] | |
| Current | Pointer to VoucherSummaryOpenApiVO | [optional] | |
| Expired | Pointer to VoucherSummaryOpenApiVO | [optional] | |
| Inuse | Pointer to VoucherSummaryOpenApiVO | [optional] | |
| SupportVoucherTrafficStat | Pointer to bool | Whether the controller support voucher traffic statistics | [optional] |
| Unused | Pointer to VoucherSummaryOpenApiVO | [optional] |
Methods
NewAllTimeVoucherSummaryOpenApiVO
func NewAllTimeVoucherSummaryOpenApiVO() *AllTimeVoucherSummaryOpenApiVO
NewAllTimeVoucherSummaryOpenApiVO instantiates a new AllTimeVoucherSummaryOpenApiVO 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
NewAllTimeVoucherSummaryOpenApiVOWithDefaults
func NewAllTimeVoucherSummaryOpenApiVOWithDefaults() *AllTimeVoucherSummaryOpenApiVO
NewAllTimeVoucherSummaryOpenApiVOWithDefaults instantiates a new AllTimeVoucherSummaryOpenApiVO 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
GetCreated
func (o *AllTimeVoucherSummaryOpenApiVO) GetCreated() VoucherSummaryOpenApiVO
GetCreated returns the Created field if non-nil, zero value otherwise.
GetCreatedOk
func (o *AllTimeVoucherSummaryOpenApiVO) GetCreatedOk() (*VoucherSummaryOpenApiVO, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCreated
func (o *AllTimeVoucherSummaryOpenApiVO) SetCreated(v VoucherSummaryOpenApiVO)
SetCreated sets Created field to given value.
HasCreated
func (o *AllTimeVoucherSummaryOpenApiVO) HasCreated() bool
HasCreated returns a boolean if a field has been set.
GetCurrent
func (o *AllTimeVoucherSummaryOpenApiVO) GetCurrent() VoucherSummaryOpenApiVO
GetCurrent returns the Current field if non-nil, zero value otherwise.
GetCurrentOk
func (o *AllTimeVoucherSummaryOpenApiVO) GetCurrentOk() (*VoucherSummaryOpenApiVO, bool)
GetCurrentOk returns a tuple with the Current field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCurrent
func (o *AllTimeVoucherSummaryOpenApiVO) SetCurrent(v VoucherSummaryOpenApiVO)
SetCurrent sets Current field to given value.
HasCurrent
func (o *AllTimeVoucherSummaryOpenApiVO) HasCurrent() bool
HasCurrent returns a boolean if a field has been set.
GetExpired
func (o *AllTimeVoucherSummaryOpenApiVO) GetExpired() VoucherSummaryOpenApiVO
GetExpired returns the Expired field if non-nil, zero value otherwise.
GetExpiredOk
func (o *AllTimeVoucherSummaryOpenApiVO) GetExpiredOk() (*VoucherSummaryOpenApiVO, bool)
GetExpiredOk returns a tuple with the Expired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetExpired
func (o *AllTimeVoucherSummaryOpenApiVO) SetExpired(v VoucherSummaryOpenApiVO)
SetExpired sets Expired field to given value.
HasExpired
func (o *AllTimeVoucherSummaryOpenApiVO) HasExpired() bool
HasExpired returns a boolean if a field has been set.
GetInuse
func (o *AllTimeVoucherSummaryOpenApiVO) GetInuse() VoucherSummaryOpenApiVO
GetInuse returns the Inuse field if non-nil, zero value otherwise.
GetInuseOk
func (o *AllTimeVoucherSummaryOpenApiVO) GetInuseOk() (*VoucherSummaryOpenApiVO, bool)
GetInuseOk returns a tuple with the Inuse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetInuse
func (o *AllTimeVoucherSummaryOpenApiVO) SetInuse(v VoucherSummaryOpenApiVO)
SetInuse sets Inuse field to given value.
HasInuse
func (o *AllTimeVoucherSummaryOpenApiVO) HasInuse() bool
HasInuse returns a boolean if a field has been set.
GetSupportVoucherTrafficStat
func (o *AllTimeVoucherSummaryOpenApiVO) GetSupportVoucherTrafficStat() bool
GetSupportVoucherTrafficStat returns the SupportVoucherTrafficStat field if non-nil, zero value otherwise.
GetSupportVoucherTrafficStatOk
func (o *AllTimeVoucherSummaryOpenApiVO) GetSupportVoucherTrafficStatOk() (*bool, bool)
GetSupportVoucherTrafficStatOk returns a tuple with the SupportVoucherTrafficStat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportVoucherTrafficStat
func (o *AllTimeVoucherSummaryOpenApiVO) SetSupportVoucherTrafficStat(v bool)
SetSupportVoucherTrafficStat sets SupportVoucherTrafficStat field to given value.
HasSupportVoucherTrafficStat
func (o *AllTimeVoucherSummaryOpenApiVO) HasSupportVoucherTrafficStat() bool
HasSupportVoucherTrafficStat returns a boolean if a field has been set.
GetUnused
func (o *AllTimeVoucherSummaryOpenApiVO) GetUnused() VoucherSummaryOpenApiVO
GetUnused returns the Unused field if non-nil, zero value otherwise.
GetUnusedOk
func (o *AllTimeVoucherSummaryOpenApiVO) GetUnusedOk() (*VoucherSummaryOpenApiVO, bool)
GetUnusedOk returns a tuple with the Unused field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUnused
func (o *AllTimeVoucherSummaryOpenApiVO) SetUnused(v VoucherSummaryOpenApiVO)
SetUnused sets Unused field to given value.
HasUnused
func (o *AllTimeVoucherSummaryOpenApiVO) HasUnused() bool
HasUnused returns a boolean if a field has been set.