DDMStatusRequestVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PortList | Pointer to []string | Port list of device | [optional] |
Methods
NewDDMStatusRequestVO
func NewDDMStatusRequestVO() *DDMStatusRequestVO
NewDDMStatusRequestVO instantiates a new DDMStatusRequestVO 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
NewDDMStatusRequestVOWithDefaults
func NewDDMStatusRequestVOWithDefaults() *DDMStatusRequestVO
NewDDMStatusRequestVOWithDefaults instantiates a new DDMStatusRequestVO 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
GetPortList
func (o *DDMStatusRequestVO) GetPortList() []string
GetPortList returns the PortList field if non-nil, zero value otherwise.
GetPortListOk
func (o *DDMStatusRequestVO) GetPortListOk() (*[]string, bool)
GetPortListOk returns a tuple with the PortList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPortList
func (o *DDMStatusRequestVO) SetPortList(v []string)
SetPortList sets PortList field to given value.
HasPortList
func (o *DDMStatusRequestVO) HasPortList() bool
HasPortList returns a boolean if a field has been set.