Skip to content

WanHealthTrendVO

Properties

Name Type Description Notes
Data Pointer to []WanScoreVO [optional]
PortId Pointer to string Port Id [optional]
PortName Pointer to string Port name [optional]

Methods

NewWanHealthTrendVO

func NewWanHealthTrendVO() *WanHealthTrendVO

NewWanHealthTrendVO instantiates a new WanHealthTrendVO 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

NewWanHealthTrendVOWithDefaults

func NewWanHealthTrendVOWithDefaults() *WanHealthTrendVO

NewWanHealthTrendVOWithDefaults instantiates a new WanHealthTrendVO 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

GetData

func (o *WanHealthTrendVO) GetData() []WanScoreVO

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *WanHealthTrendVO) GetDataOk() (*[]WanScoreVO, bool)

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

SetData

func (o *WanHealthTrendVO) SetData(v []WanScoreVO)

SetData sets Data field to given value.

HasData

func (o *WanHealthTrendVO) HasData() bool

HasData returns a boolean if a field has been set.

GetPortId

func (o *WanHealthTrendVO) GetPortId() string

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

GetPortIdOk

func (o *WanHealthTrendVO) GetPortIdOk() (*string, 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 *WanHealthTrendVO) SetPortId(v string)

SetPortId sets PortId field to given value.

HasPortId

func (o *WanHealthTrendVO) HasPortId() bool

HasPortId returns a boolean if a field has been set.

GetPortName

func (o *WanHealthTrendVO) GetPortName() string

GetPortName returns the PortName field if non-nil, zero value otherwise.

GetPortNameOk

func (o *WanHealthTrendVO) GetPortNameOk() (*string, bool)

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

SetPortName

func (o *WanHealthTrendVO) SetPortName(v string)

SetPortName sets PortName field to given value.

HasPortName

func (o *WanHealthTrendVO) HasPortName() bool

HasPortName returns a boolean if a field has been set.

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