HotspotTypeDistributionVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Form | Pointer to int32 | [optional] | |
| HotspotRadius | Pointer to int32 | [optional] | |
| LocalUser | Pointer to int32 | [optional] | |
| Sms | Pointer to int32 | [optional] | |
| Total | Pointer to int32 | [optional] | |
| Voucher | Pointer to int32 | [optional] |
Methods
NewHotspotTypeDistributionVO
func NewHotspotTypeDistributionVO() *HotspotTypeDistributionVO
NewHotspotTypeDistributionVO instantiates a new HotspotTypeDistributionVO 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
NewHotspotTypeDistributionVOWithDefaults
func NewHotspotTypeDistributionVOWithDefaults() *HotspotTypeDistributionVO
NewHotspotTypeDistributionVOWithDefaults instantiates a new HotspotTypeDistributionVO 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
GetForm
func (o *HotspotTypeDistributionVO) GetForm() int32
GetForm returns the Form field if non-nil, zero value otherwise.
GetFormOk
func (o *HotspotTypeDistributionVO) GetFormOk() (*int32, bool)
GetFormOk returns a tuple with the Form field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetForm
func (o *HotspotTypeDistributionVO) SetForm(v int32)
SetForm sets Form field to given value.
HasForm
func (o *HotspotTypeDistributionVO) HasForm() bool
HasForm returns a boolean if a field has been set.
GetHotspotRadius
func (o *HotspotTypeDistributionVO) GetHotspotRadius() int32
GetHotspotRadius returns the HotspotRadius field if non-nil, zero value otherwise.
GetHotspotRadiusOk
func (o *HotspotTypeDistributionVO) GetHotspotRadiusOk() (*int32, bool)
GetHotspotRadiusOk returns a tuple with the HotspotRadius field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetHotspotRadius
func (o *HotspotTypeDistributionVO) SetHotspotRadius(v int32)
SetHotspotRadius sets HotspotRadius field to given value.
HasHotspotRadius
func (o *HotspotTypeDistributionVO) HasHotspotRadius() bool
HasHotspotRadius returns a boolean if a field has been set.
GetLocalUser
func (o *HotspotTypeDistributionVO) GetLocalUser() int32
GetLocalUser returns the LocalUser field if non-nil, zero value otherwise.
GetLocalUserOk
func (o *HotspotTypeDistributionVO) GetLocalUserOk() (*int32, bool)
GetLocalUserOk returns a tuple with the LocalUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLocalUser
func (o *HotspotTypeDistributionVO) SetLocalUser(v int32)
SetLocalUser sets LocalUser field to given value.
HasLocalUser
func (o *HotspotTypeDistributionVO) HasLocalUser() bool
HasLocalUser returns a boolean if a field has been set.
GetSms
func (o *HotspotTypeDistributionVO) GetSms() int32
GetSms returns the Sms field if non-nil, zero value otherwise.
GetSmsOk
func (o *HotspotTypeDistributionVO) GetSmsOk() (*int32, bool)
GetSmsOk returns a tuple with the Sms field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSms
func (o *HotspotTypeDistributionVO) SetSms(v int32)
SetSms sets Sms field to given value.
HasSms
func (o *HotspotTypeDistributionVO) HasSms() bool
HasSms returns a boolean if a field has been set.
GetTotal
func (o *HotspotTypeDistributionVO) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
GetTotalOk
func (o *HotspotTypeDistributionVO) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotal
func (o *HotspotTypeDistributionVO) SetTotal(v int32)
SetTotal sets Total field to given value.
HasTotal
func (o *HotspotTypeDistributionVO) HasTotal() bool
HasTotal returns a boolean if a field has been set.
GetVoucher
func (o *HotspotTypeDistributionVO) GetVoucher() int32
GetVoucher returns the Voucher field if non-nil, zero value otherwise.
GetVoucherOk
func (o *HotspotTypeDistributionVO) GetVoucherOk() (*int32, bool)
GetVoucherOk returns a tuple with the Voucher field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVoucher
func (o *HotspotTypeDistributionVO) SetVoucher(v int32)
SetVoucher sets Voucher field to given value.
HasVoucher
func (o *HotspotTypeDistributionVO) HasVoucher() bool
HasVoucher returns a boolean if a field has been set.