Skip to content

DscpMappingVO

Properties

Name Type Description Notes
Mapping map[string][]int32

Methods

NewDscpMappingVO

func NewDscpMappingVO(mapping map[string][]int32, ) *DscpMappingVO

NewDscpMappingVO instantiates a new DscpMappingVO 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

NewDscpMappingVOWithDefaults

func NewDscpMappingVOWithDefaults() *DscpMappingVO

NewDscpMappingVOWithDefaults instantiates a new DscpMappingVO 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

GetMapping

func (o *DscpMappingVO) GetMapping() map[string][]int32

GetMapping returns the Mapping field if non-nil, zero value otherwise.

GetMappingOk

func (o *DscpMappingVO) GetMappingOk() (*map[string][]int32, bool)

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

SetMapping

func (o *DscpMappingVO) SetMapping(v map[string][]int32)

SetMapping sets Mapping field to given value.

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