Skip to content

ArpDetectOswVO

Properties

Name Type Description Notes
Mac Pointer to string The mac of the general device. [optional]
StackId Pointer to string The stack of the stack device. [optional]

Methods

NewArpDetectOswVO

func NewArpDetectOswVO() *ArpDetectOswVO

NewArpDetectOswVO instantiates a new ArpDetectOswVO 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

NewArpDetectOswVOWithDefaults

func NewArpDetectOswVOWithDefaults() *ArpDetectOswVO

NewArpDetectOswVOWithDefaults instantiates a new ArpDetectOswVO 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

GetMac

func (o *ArpDetectOswVO) GetMac() string

GetMac returns the Mac field if non-nil, zero value otherwise.

GetMacOk

func (o *ArpDetectOswVO) GetMacOk() (*string, bool)

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

SetMac

func (o *ArpDetectOswVO) SetMac(v string)

SetMac sets Mac field to given value.

HasMac

func (o *ArpDetectOswVO) HasMac() bool

HasMac returns a boolean if a field has been set.

GetStackId

func (o *ArpDetectOswVO) GetStackId() string

GetStackId returns the StackId field if non-nil, zero value otherwise.

GetStackIdOk

func (o *ArpDetectOswVO) GetStackIdOk() (*string, bool)

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

SetStackId

func (o *ArpDetectOswVO) SetStackId(v string)

SetStackId sets StackId field to given value.

HasStackId

func (o *ArpDetectOswVO) HasStackId() bool

HasStackId returns a boolean if a field has been set.

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