CallLogStatisticVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| All | Pointer to int32 | [optional] | |
| Forwarding | Pointer to int32 | [optional] | |
| Incoming | Pointer to int32 | [optional] | |
| Missed | Pointer to int32 | [optional] | |
| Outgoing | Pointer to int32 | [optional] | |
| Rejected | Pointer to int32 | [optional] |
Methods
NewCallLogStatisticVO
func NewCallLogStatisticVO() *CallLogStatisticVO
NewCallLogStatisticVO instantiates a new CallLogStatisticVO 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
NewCallLogStatisticVOWithDefaults
func NewCallLogStatisticVOWithDefaults() *CallLogStatisticVO
NewCallLogStatisticVOWithDefaults instantiates a new CallLogStatisticVO 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
GetAll
func (o *CallLogStatisticVO) GetAll() int32
GetAll returns the All field if non-nil, zero value otherwise.
GetAllOk
func (o *CallLogStatisticVO) GetAllOk() (*int32, bool)
GetAllOk returns a tuple with the All field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAll
func (o *CallLogStatisticVO) SetAll(v int32)
SetAll sets All field to given value.
HasAll
func (o *CallLogStatisticVO) HasAll() bool
HasAll returns a boolean if a field has been set.
GetForwarding
func (o *CallLogStatisticVO) GetForwarding() int32
GetForwarding returns the Forwarding field if non-nil, zero value otherwise.
GetForwardingOk
func (o *CallLogStatisticVO) GetForwardingOk() (*int32, bool)
GetForwardingOk returns a tuple with the Forwarding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetForwarding
func (o *CallLogStatisticVO) SetForwarding(v int32)
SetForwarding sets Forwarding field to given value.
HasForwarding
func (o *CallLogStatisticVO) HasForwarding() bool
HasForwarding returns a boolean if a field has been set.
GetIncoming
func (o *CallLogStatisticVO) GetIncoming() int32
GetIncoming returns the Incoming field if non-nil, zero value otherwise.
GetIncomingOk
func (o *CallLogStatisticVO) GetIncomingOk() (*int32, bool)
GetIncomingOk returns a tuple with the Incoming field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIncoming
func (o *CallLogStatisticVO) SetIncoming(v int32)
SetIncoming sets Incoming field to given value.
HasIncoming
func (o *CallLogStatisticVO) HasIncoming() bool
HasIncoming returns a boolean if a field has been set.
GetMissed
func (o *CallLogStatisticVO) GetMissed() int32
GetMissed returns the Missed field if non-nil, zero value otherwise.
GetMissedOk
func (o *CallLogStatisticVO) GetMissedOk() (*int32, bool)
GetMissedOk returns a tuple with the Missed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMissed
func (o *CallLogStatisticVO) SetMissed(v int32)
SetMissed sets Missed field to given value.
HasMissed
func (o *CallLogStatisticVO) HasMissed() bool
HasMissed returns a boolean if a field has been set.
GetOutgoing
func (o *CallLogStatisticVO) GetOutgoing() int32
GetOutgoing returns the Outgoing field if non-nil, zero value otherwise.
GetOutgoingOk
func (o *CallLogStatisticVO) GetOutgoingOk() (*int32, bool)
GetOutgoingOk returns a tuple with the Outgoing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOutgoing
func (o *CallLogStatisticVO) SetOutgoing(v int32)
SetOutgoing sets Outgoing field to given value.
HasOutgoing
func (o *CallLogStatisticVO) HasOutgoing() bool
HasOutgoing returns a boolean if a field has been set.
GetRejected
func (o *CallLogStatisticVO) GetRejected() int32
GetRejected returns the Rejected field if non-nil, zero value otherwise.
GetRejectedOk
func (o *CallLogStatisticVO) GetRejectedOk() (*int32, bool)
GetRejectedOk returns a tuple with the Rejected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRejected
func (o *CallLogStatisticVO) SetRejected(v int32)
SetRejected sets Rejected field to given value.
HasRejected
func (o *CallLogStatisticVO) HasRejected() bool
HasRejected returns a boolean if a field has been set.