OswDeviceMiscVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PortNum | Pointer to int32 | Port Num | [optional] |
Methods
NewOswDeviceMiscVO
func NewOswDeviceMiscVO() *OswDeviceMiscVO
NewOswDeviceMiscVO instantiates a new OswDeviceMiscVO 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
NewOswDeviceMiscVOWithDefaults
func NewOswDeviceMiscVOWithDefaults() *OswDeviceMiscVO
NewOswDeviceMiscVOWithDefaults instantiates a new OswDeviceMiscVO 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
GetPortNum
func (o *OswDeviceMiscVO) GetPortNum() int32
GetPortNum returns the PortNum field if non-nil, zero value otherwise.
GetPortNumOk
func (o *OswDeviceMiscVO) GetPortNumOk() (*int32, bool)
GetPortNumOk returns a tuple with the PortNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPortNum
func (o *OswDeviceMiscVO) SetPortNum(v int32)
SetPortNum sets PortNum field to given value.
HasPortNum
func (o *OswDeviceMiscVO) HasPortNum() bool
HasPortNum returns a boolean if a field has been set.