Name | Type | Description | Notes |
---|---|---|---|
MaxMsisdn | int32 | max of msisdn allow to register | |
MaxSmsInPerDay | int32 | max of sms received allow | |
MaxSmsOutPerDay | int32 | max of sms send allow | |
MaxTags | int32 | max of tag allow to register |
func NewThresholds(maxMsisdn int32, maxSmsInPerDay int32, maxSmsOutPerDay int32, maxTags int32, ) *Thresholds
NewThresholds instantiates a new Thresholds 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 NewThresholdsWithDefaults() *Thresholds
NewThresholdsWithDefaults instantiates a new Thresholds 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 *Thresholds) GetMaxMsisdn() int32
GetMaxMsisdn returns the MaxMsisdn field if non-nil, zero value otherwise.
func (o *Thresholds) GetMaxMsisdnOk() (*int32, bool)
GetMaxMsisdnOk returns a tuple with the MaxMsisdn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Thresholds) SetMaxMsisdn(v int32)
SetMaxMsisdn sets MaxMsisdn field to given value.
func (o *Thresholds) GetMaxSmsInPerDay() int32
GetMaxSmsInPerDay returns the MaxSmsInPerDay field if non-nil, zero value otherwise.
func (o *Thresholds) GetMaxSmsInPerDayOk() (*int32, bool)
GetMaxSmsInPerDayOk returns a tuple with the MaxSmsInPerDay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Thresholds) SetMaxSmsInPerDay(v int32)
SetMaxSmsInPerDay sets MaxSmsInPerDay field to given value.
func (o *Thresholds) GetMaxSmsOutPerDay() int32
GetMaxSmsOutPerDay returns the MaxSmsOutPerDay field if non-nil, zero value otherwise.
func (o *Thresholds) GetMaxSmsOutPerDayOk() (*int32, bool)
GetMaxSmsOutPerDayOk returns a tuple with the MaxSmsOutPerDay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Thresholds) SetMaxSmsOutPerDay(v int32)
SetMaxSmsOutPerDay sets MaxSmsOutPerDay field to given value.
func (o *Thresholds) GetMaxTags() int32
GetMaxTags returns the MaxTags field if non-nil, zero value otherwise.
func (o *Thresholds) GetMaxTagsOk() (*int32, bool)
GetMaxTagsOk returns a tuple with the MaxTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Thresholds) SetMaxTags(v int32)
SetMaxTags sets MaxTags field to given value.