Skip to content

SpeedTestV2ResultItemOpenApiVO

Properties

Name Type Description Notes
Down Pointer to int64 The download speed of this wan port speed test result. [optional]
Isp Pointer to string Name of isp. [optional]
Latency Pointer to int32 The latency of this wan port speed test result. [optional]
PortId Pointer to int32 The id of physical wan port. [optional]
ServerLocation Pointer to string Location of speed test server. [optional]
ServerName Pointer to string Name of speed test server. [optional]
Status Pointer to int32 The status of this wan port speed test result. [optional]
Time Pointer to int64 Time of speed test. [optional]
Up Pointer to int64 The upload speed of this wan port speed test result. [optional]
VirtualWanEntryId Pointer to int32 The entry id of virtual wan. [optional]

Methods

NewSpeedTestV2ResultItemOpenApiVO

func NewSpeedTestV2ResultItemOpenApiVO() *SpeedTestV2ResultItemOpenApiVO

NewSpeedTestV2ResultItemOpenApiVO instantiates a new SpeedTestV2ResultItemOpenApiVO 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

NewSpeedTestV2ResultItemOpenApiVOWithDefaults

func NewSpeedTestV2ResultItemOpenApiVOWithDefaults() *SpeedTestV2ResultItemOpenApiVO

NewSpeedTestV2ResultItemOpenApiVOWithDefaults instantiates a new SpeedTestV2ResultItemOpenApiVO 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

GetDown

func (o *SpeedTestV2ResultItemOpenApiVO) GetDown() int64

GetDown returns the Down field if non-nil, zero value otherwise.

GetDownOk

func (o *SpeedTestV2ResultItemOpenApiVO) GetDownOk() (*int64, bool)

GetDownOk returns a tuple with the Down field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDown

func (o *SpeedTestV2ResultItemOpenApiVO) SetDown(v int64)

SetDown sets Down field to given value.

HasDown

func (o *SpeedTestV2ResultItemOpenApiVO) HasDown() bool

HasDown returns a boolean if a field has been set.

GetIsp

func (o *SpeedTestV2ResultItemOpenApiVO) GetIsp() string

GetIsp returns the Isp field if non-nil, zero value otherwise.

GetIspOk

func (o *SpeedTestV2ResultItemOpenApiVO) GetIspOk() (*string, bool)

GetIspOk returns a tuple with the Isp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsp

func (o *SpeedTestV2ResultItemOpenApiVO) SetIsp(v string)

SetIsp sets Isp field to given value.

HasIsp

func (o *SpeedTestV2ResultItemOpenApiVO) HasIsp() bool

HasIsp returns a boolean if a field has been set.

GetLatency

func (o *SpeedTestV2ResultItemOpenApiVO) GetLatency() int32

GetLatency returns the Latency field if non-nil, zero value otherwise.

GetLatencyOk

func (o *SpeedTestV2ResultItemOpenApiVO) GetLatencyOk() (*int32, bool)

GetLatencyOk returns a tuple with the Latency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLatency

func (o *SpeedTestV2ResultItemOpenApiVO) SetLatency(v int32)

SetLatency sets Latency field to given value.

HasLatency

func (o *SpeedTestV2ResultItemOpenApiVO) HasLatency() bool

HasLatency returns a boolean if a field has been set.

GetPortId

func (o *SpeedTestV2ResultItemOpenApiVO) GetPortId() int32

GetPortId returns the PortId field if non-nil, zero value otherwise.

GetPortIdOk

func (o *SpeedTestV2ResultItemOpenApiVO) GetPortIdOk() (*int32, bool)

GetPortIdOk returns a tuple with the PortId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPortId

func (o *SpeedTestV2ResultItemOpenApiVO) SetPortId(v int32)

SetPortId sets PortId field to given value.

HasPortId

func (o *SpeedTestV2ResultItemOpenApiVO) HasPortId() bool

HasPortId returns a boolean if a field has been set.

GetServerLocation

func (o *SpeedTestV2ResultItemOpenApiVO) GetServerLocation() string

GetServerLocation returns the ServerLocation field if non-nil, zero value otherwise.

GetServerLocationOk

func (o *SpeedTestV2ResultItemOpenApiVO) GetServerLocationOk() (*string, bool)

GetServerLocationOk returns a tuple with the ServerLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServerLocation

func (o *SpeedTestV2ResultItemOpenApiVO) SetServerLocation(v string)

SetServerLocation sets ServerLocation field to given value.

HasServerLocation

func (o *SpeedTestV2ResultItemOpenApiVO) HasServerLocation() bool

HasServerLocation returns a boolean if a field has been set.

GetServerName

func (o *SpeedTestV2ResultItemOpenApiVO) GetServerName() string

GetServerName returns the ServerName field if non-nil, zero value otherwise.

GetServerNameOk

func (o *SpeedTestV2ResultItemOpenApiVO) GetServerNameOk() (*string, bool)

GetServerNameOk returns a tuple with the ServerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServerName

func (o *SpeedTestV2ResultItemOpenApiVO) SetServerName(v string)

SetServerName sets ServerName field to given value.

HasServerName

func (o *SpeedTestV2ResultItemOpenApiVO) HasServerName() bool

HasServerName returns a boolean if a field has been set.

GetStatus

func (o *SpeedTestV2ResultItemOpenApiVO) GetStatus() int32

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *SpeedTestV2ResultItemOpenApiVO) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *SpeedTestV2ResultItemOpenApiVO) SetStatus(v int32)

SetStatus sets Status field to given value.

HasStatus

func (o *SpeedTestV2ResultItemOpenApiVO) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetTime

func (o *SpeedTestV2ResultItemOpenApiVO) GetTime() int64

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *SpeedTestV2ResultItemOpenApiVO) GetTimeOk() (*int64, bool)

GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTime

func (o *SpeedTestV2ResultItemOpenApiVO) SetTime(v int64)

SetTime sets Time field to given value.

HasTime

func (o *SpeedTestV2ResultItemOpenApiVO) HasTime() bool

HasTime returns a boolean if a field has been set.

GetUp

func (o *SpeedTestV2ResultItemOpenApiVO) GetUp() int64

GetUp returns the Up field if non-nil, zero value otherwise.

GetUpOk

func (o *SpeedTestV2ResultItemOpenApiVO) GetUpOk() (*int64, bool)

GetUpOk returns a tuple with the Up field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUp

func (o *SpeedTestV2ResultItemOpenApiVO) SetUp(v int64)

SetUp sets Up field to given value.

HasUp

func (o *SpeedTestV2ResultItemOpenApiVO) HasUp() bool

HasUp returns a boolean if a field has been set.

GetVirtualWanEntryId

func (o *SpeedTestV2ResultItemOpenApiVO) GetVirtualWanEntryId() int32

GetVirtualWanEntryId returns the VirtualWanEntryId field if non-nil, zero value otherwise.

GetVirtualWanEntryIdOk

func (o *SpeedTestV2ResultItemOpenApiVO) GetVirtualWanEntryIdOk() (*int32, bool)

GetVirtualWanEntryIdOk returns a tuple with the VirtualWanEntryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVirtualWanEntryId

func (o *SpeedTestV2ResultItemOpenApiVO) SetVirtualWanEntryId(v int32)

SetVirtualWanEntryId sets VirtualWanEntryId field to given value.

HasVirtualWanEntryId

func (o *SpeedTestV2ResultItemOpenApiVO) HasVirtualWanEntryId() bool

HasVirtualWanEntryId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]