WanMaxSpeedOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Downstream | Pointer to int32 | downstream speed | [optional] |
| Upstream | Pointer to int32 | upstream speed | [optional] |
Methods
NewWanMaxSpeedOpenApiVO
func NewWanMaxSpeedOpenApiVO() *WanMaxSpeedOpenApiVO
NewWanMaxSpeedOpenApiVO instantiates a new WanMaxSpeedOpenApiVO 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
NewWanMaxSpeedOpenApiVOWithDefaults
func NewWanMaxSpeedOpenApiVOWithDefaults() *WanMaxSpeedOpenApiVO
NewWanMaxSpeedOpenApiVOWithDefaults instantiates a new WanMaxSpeedOpenApiVO 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
GetDownstream
func (o *WanMaxSpeedOpenApiVO) GetDownstream() int32
GetDownstream returns the Downstream field if non-nil, zero value otherwise.
GetDownstreamOk
func (o *WanMaxSpeedOpenApiVO) GetDownstreamOk() (*int32, bool)
GetDownstreamOk returns a tuple with the Downstream field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDownstream
func (o *WanMaxSpeedOpenApiVO) SetDownstream(v int32)
SetDownstream sets Downstream field to given value.
HasDownstream
func (o *WanMaxSpeedOpenApiVO) HasDownstream() bool
HasDownstream returns a boolean if a field has been set.
GetUpstream
func (o *WanMaxSpeedOpenApiVO) GetUpstream() int32
GetUpstream returns the Upstream field if non-nil, zero value otherwise.
GetUpstreamOk
func (o *WanMaxSpeedOpenApiVO) GetUpstreamOk() (*int32, bool)
GetUpstreamOk returns a tuple with the Upstream field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUpstream
func (o *WanMaxSpeedOpenApiVO) SetUpstream(v int32)
SetUpstream sets Upstream field to given value.
HasUpstream
func (o *WanMaxSpeedOpenApiVO) HasUpstream() bool
HasUpstream returns a boolean if a field has been set.