ApLanTraffic
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LanTraffic | Pointer to LanTraffic | [optional] |
Methods
NewApLanTraffic
func NewApLanTraffic() *ApLanTraffic
NewApLanTraffic instantiates a new ApLanTraffic 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
NewApLanTrafficWithDefaults
func NewApLanTrafficWithDefaults() *ApLanTraffic
NewApLanTrafficWithDefaults instantiates a new ApLanTraffic 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
GetLanTraffic
func (o *ApLanTraffic) GetLanTraffic() LanTraffic
GetLanTraffic returns the LanTraffic field if non-nil, zero value otherwise.
GetLanTrafficOk
func (o *ApLanTraffic) GetLanTrafficOk() (*LanTraffic, bool)
GetLanTrafficOk returns a tuple with the LanTraffic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLanTraffic
func (o *ApLanTraffic) SetLanTraffic(v LanTraffic)
SetLanTraffic sets LanTraffic field to given value.
HasLanTraffic
func (o *ApLanTraffic) HasLanTraffic() bool
HasLanTraffic returns a boolean if a field has been set.