OsgPvIdNameVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PvId | Pointer to int32 | [optional] | |
| PvName | Pointer to string | [optional] | |
| QosTagEnable | Pointer to bool | [optional] |
Methods
NewOsgPvIdNameVO
func NewOsgPvIdNameVO() *OsgPvIdNameVO
NewOsgPvIdNameVO instantiates a new OsgPvIdNameVO 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
NewOsgPvIdNameVOWithDefaults
func NewOsgPvIdNameVOWithDefaults() *OsgPvIdNameVO
NewOsgPvIdNameVOWithDefaults instantiates a new OsgPvIdNameVO 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
GetPvId
func (o *OsgPvIdNameVO) GetPvId() int32
GetPvId returns the PvId field if non-nil, zero value otherwise.
GetPvIdOk
func (o *OsgPvIdNameVO) GetPvIdOk() (*int32, bool)
GetPvIdOk returns a tuple with the PvId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPvId
func (o *OsgPvIdNameVO) SetPvId(v int32)
SetPvId sets PvId field to given value.
HasPvId
func (o *OsgPvIdNameVO) HasPvId() bool
HasPvId returns a boolean if a field has been set.
GetPvName
func (o *OsgPvIdNameVO) GetPvName() string
GetPvName returns the PvName field if non-nil, zero value otherwise.
GetPvNameOk
func (o *OsgPvIdNameVO) GetPvNameOk() (*string, bool)
GetPvNameOk returns a tuple with the PvName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPvName
func (o *OsgPvIdNameVO) SetPvName(v string)
SetPvName sets PvName field to given value.
HasPvName
func (o *OsgPvIdNameVO) HasPvName() bool
HasPvName returns a boolean if a field has been set.
GetQosTagEnable
func (o *OsgPvIdNameVO) GetQosTagEnable() bool
GetQosTagEnable returns the QosTagEnable field if non-nil, zero value otherwise.
GetQosTagEnableOk
func (o *OsgPvIdNameVO) GetQosTagEnableOk() (*bool, bool)
GetQosTagEnableOk returns a tuple with the QosTagEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetQosTagEnable
func (o *OsgPvIdNameVO) SetQosTagEnable(v bool)
SetQosTagEnable sets QosTagEnable field to given value.
HasQosTagEnable
func (o *OsgPvIdNameVO) HasQosTagEnable() bool
HasQosTagEnable returns a boolean if a field has been set.