IptvCustomOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IpPhoneVlanId | int32 | IP Phone VLAN ID should be within the range of 1–4094. | |
| IpPhoneVlanPriority | int32 | IP Phone VLAN priority should be within the range of 0–7. | |
| IptvVlanId | int32 | IPTV VLAN ID should be within the range of 1–4094. | |
| IptvVlanPriority | int32 | IPTV VLAN priority should be within the range of 0–7. |
Methods
NewIptvCustomOpenApiVO
func NewIptvCustomOpenApiVO(ipPhoneVlanId int32, ipPhoneVlanPriority int32, iptvVlanId int32, iptvVlanPriority int32, ) *IptvCustomOpenApiVO
NewIptvCustomOpenApiVO instantiates a new IptvCustomOpenApiVO 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
NewIptvCustomOpenApiVOWithDefaults
func NewIptvCustomOpenApiVOWithDefaults() *IptvCustomOpenApiVO
NewIptvCustomOpenApiVOWithDefaults instantiates a new IptvCustomOpenApiVO 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
GetIpPhoneVlanId
func (o *IptvCustomOpenApiVO) GetIpPhoneVlanId() int32
GetIpPhoneVlanId returns the IpPhoneVlanId field if non-nil, zero value otherwise.
GetIpPhoneVlanIdOk
func (o *IptvCustomOpenApiVO) GetIpPhoneVlanIdOk() (*int32, bool)
GetIpPhoneVlanIdOk returns a tuple with the IpPhoneVlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIpPhoneVlanId
func (o *IptvCustomOpenApiVO) SetIpPhoneVlanId(v int32)
SetIpPhoneVlanId sets IpPhoneVlanId field to given value.
GetIpPhoneVlanPriority
func (o *IptvCustomOpenApiVO) GetIpPhoneVlanPriority() int32
GetIpPhoneVlanPriority returns the IpPhoneVlanPriority field if non-nil, zero value otherwise.
GetIpPhoneVlanPriorityOk
func (o *IptvCustomOpenApiVO) GetIpPhoneVlanPriorityOk() (*int32, bool)
GetIpPhoneVlanPriorityOk returns a tuple with the IpPhoneVlanPriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIpPhoneVlanPriority
func (o *IptvCustomOpenApiVO) SetIpPhoneVlanPriority(v int32)
SetIpPhoneVlanPriority sets IpPhoneVlanPriority field to given value.
GetIptvVlanId
func (o *IptvCustomOpenApiVO) GetIptvVlanId() int32
GetIptvVlanId returns the IptvVlanId field if non-nil, zero value otherwise.
GetIptvVlanIdOk
func (o *IptvCustomOpenApiVO) GetIptvVlanIdOk() (*int32, bool)
GetIptvVlanIdOk returns a tuple with the IptvVlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIptvVlanId
func (o *IptvCustomOpenApiVO) SetIptvVlanId(v int32)
SetIptvVlanId sets IptvVlanId field to given value.
GetIptvVlanPriority
func (o *IptvCustomOpenApiVO) GetIptvVlanPriority() int32
GetIptvVlanPriority returns the IptvVlanPriority field if non-nil, zero value otherwise.
GetIptvVlanPriorityOk
func (o *IptvCustomOpenApiVO) GetIptvVlanPriorityOk() (*int32, bool)
GetIptvVlanPriorityOk returns a tuple with the IptvVlanPriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIptvVlanPriority
func (o *IptvCustomOpenApiVO) SetIptvVlanPriority(v int32)
SetIptvVlanPriority sets IptvVlanPriority field to given value.