Skip to content

ApFeatureLimitVO

Properties

Name Type Description Notes
PoeOut Pointer to bool Poe out [optional]
Sfp Pointer to bool Sfp [optional]

Methods

NewApFeatureLimitVO

func NewApFeatureLimitVO() *ApFeatureLimitVO

NewApFeatureLimitVO instantiates a new ApFeatureLimitVO 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

NewApFeatureLimitVOWithDefaults

func NewApFeatureLimitVOWithDefaults() *ApFeatureLimitVO

NewApFeatureLimitVOWithDefaults instantiates a new ApFeatureLimitVO 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

GetPoeOut

func (o *ApFeatureLimitVO) GetPoeOut() bool

GetPoeOut returns the PoeOut field if non-nil, zero value otherwise.

GetPoeOutOk

func (o *ApFeatureLimitVO) GetPoeOutOk() (*bool, bool)

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

SetPoeOut

func (o *ApFeatureLimitVO) SetPoeOut(v bool)

SetPoeOut sets PoeOut field to given value.

HasPoeOut

func (o *ApFeatureLimitVO) HasPoeOut() bool

HasPoeOut returns a boolean if a field has been set.

GetSfp

func (o *ApFeatureLimitVO) GetSfp() bool

GetSfp returns the Sfp field if non-nil, zero value otherwise.

GetSfpOk

func (o *ApFeatureLimitVO) GetSfpOk() (*bool, bool)

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

SetSfp

func (o *ApFeatureLimitVO) SetSfp(v bool)

SetSfp sets Sfp field to given value.

HasSfp

func (o *ApFeatureLimitVO) HasSfp() bool

HasSfp returns a boolean if a field has been set.

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