MacAddressOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MacAddress | Pointer to string | MAC address | [optional] |
| Name | Pointer to string | MAC address name | [optional] |
| RuleId | Pointer to int32 | ID of MAC address info | [optional] |
Methods
NewMacAddressOpenApiVO
func NewMacAddressOpenApiVO() *MacAddressOpenApiVO
NewMacAddressOpenApiVO instantiates a new MacAddressOpenApiVO 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
NewMacAddressOpenApiVOWithDefaults
func NewMacAddressOpenApiVOWithDefaults() *MacAddressOpenApiVO
NewMacAddressOpenApiVOWithDefaults instantiates a new MacAddressOpenApiVO 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
GetMacAddress
func (o *MacAddressOpenApiVO) GetMacAddress() string
GetMacAddress returns the MacAddress field if non-nil, zero value otherwise.
GetMacAddressOk
func (o *MacAddressOpenApiVO) GetMacAddressOk() (*string, bool)
GetMacAddressOk returns a tuple with the MacAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMacAddress
func (o *MacAddressOpenApiVO) SetMacAddress(v string)
SetMacAddress sets MacAddress field to given value.
HasMacAddress
func (o *MacAddressOpenApiVO) HasMacAddress() bool
HasMacAddress returns a boolean if a field has been set.
GetName
func (o *MacAddressOpenApiVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *MacAddressOpenApiVO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *MacAddressOpenApiVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *MacAddressOpenApiVO) HasName() bool
HasName returns a boolean if a field has been set.
GetRuleId
func (o *MacAddressOpenApiVO) GetRuleId() int32
GetRuleId returns the RuleId field if non-nil, zero value otherwise.
GetRuleIdOk
func (o *MacAddressOpenApiVO) GetRuleIdOk() (*int32, bool)
GetRuleIdOk returns a tuple with the RuleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRuleId
func (o *MacAddressOpenApiVO) SetRuleId(v int32)
SetRuleId sets RuleId field to given value.
HasRuleId
func (o *MacAddressOpenApiVO) HasRuleId() bool
HasRuleId returns a boolean if a field has been set.