PoePowerTrendVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PoePowerTotal | Pointer to int64 | Total power of POE | [optional] |
| Time | Pointer to int64 | Timestamp | [optional] |
Methods
NewPoePowerTrendVO
func NewPoePowerTrendVO() *PoePowerTrendVO
NewPoePowerTrendVO instantiates a new PoePowerTrendVO 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
NewPoePowerTrendVOWithDefaults
func NewPoePowerTrendVOWithDefaults() *PoePowerTrendVO
NewPoePowerTrendVOWithDefaults instantiates a new PoePowerTrendVO 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
GetPoePowerTotal
func (o *PoePowerTrendVO) GetPoePowerTotal() int64
GetPoePowerTotal returns the PoePowerTotal field if non-nil, zero value otherwise.
GetPoePowerTotalOk
func (o *PoePowerTrendVO) GetPoePowerTotalOk() (*int64, bool)
GetPoePowerTotalOk returns a tuple with the PoePowerTotal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPoePowerTotal
func (o *PoePowerTrendVO) SetPoePowerTotal(v int64)
SetPoePowerTotal sets PoePowerTotal field to given value.
HasPoePowerTotal
func (o *PoePowerTrendVO) HasPoePowerTotal() bool
HasPoePowerTotal returns a boolean if a field has been set.
GetTime
func (o *PoePowerTrendVO) GetTime() int64
GetTime returns the Time field if non-nil, zero value otherwise.
GetTimeOk
func (o *PoePowerTrendVO) 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 *PoePowerTrendVO) SetTime(v int64)
SetTime sets Time field to given value.
HasTime
func (o *PoePowerTrendVO) HasTime() bool
HasTime returns a boolean if a field has been set.