LicenseOthersIdsOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Ap | Pointer to LicenseCategoryOtherIdsOpenApiVO | [optional] | |
| Basic | Pointer to LicenseCategoryOtherIdsOpenApiVO | [optional] | |
| Gateway | Pointer to LicenseCategoryOtherIdsOpenApiVO | [optional] | |
| L2Switch | Pointer to LicenseCategoryOtherIdsOpenApiVO | [optional] | |
| L3Switch | Pointer to LicenseCategoryOtherIdsOpenApiVO | [optional] |
Methods
NewLicenseOthersIdsOpenApiVO
func NewLicenseOthersIdsOpenApiVO() *LicenseOthersIdsOpenApiVO
NewLicenseOthersIdsOpenApiVO instantiates a new LicenseOthersIdsOpenApiVO 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
NewLicenseOthersIdsOpenApiVOWithDefaults
func NewLicenseOthersIdsOpenApiVOWithDefaults() *LicenseOthersIdsOpenApiVO
NewLicenseOthersIdsOpenApiVOWithDefaults instantiates a new LicenseOthersIdsOpenApiVO 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
GetAp
func (o *LicenseOthersIdsOpenApiVO) GetAp() LicenseCategoryOtherIdsOpenApiVO
GetAp returns the Ap field if non-nil, zero value otherwise.
GetApOk
func (o *LicenseOthersIdsOpenApiVO) GetApOk() (*LicenseCategoryOtherIdsOpenApiVO, bool)
GetApOk returns a tuple with the Ap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAp
func (o *LicenseOthersIdsOpenApiVO) SetAp(v LicenseCategoryOtherIdsOpenApiVO)
SetAp sets Ap field to given value.
HasAp
func (o *LicenseOthersIdsOpenApiVO) HasAp() bool
HasAp returns a boolean if a field has been set.
GetBasic
func (o *LicenseOthersIdsOpenApiVO) GetBasic() LicenseCategoryOtherIdsOpenApiVO
GetBasic returns the Basic field if non-nil, zero value otherwise.
GetBasicOk
func (o *LicenseOthersIdsOpenApiVO) GetBasicOk() (*LicenseCategoryOtherIdsOpenApiVO, bool)
GetBasicOk returns a tuple with the Basic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetBasic
func (o *LicenseOthersIdsOpenApiVO) SetBasic(v LicenseCategoryOtherIdsOpenApiVO)
SetBasic sets Basic field to given value.
HasBasic
func (o *LicenseOthersIdsOpenApiVO) HasBasic() bool
HasBasic returns a boolean if a field has been set.
GetGateway
func (o *LicenseOthersIdsOpenApiVO) GetGateway() LicenseCategoryOtherIdsOpenApiVO
GetGateway returns the Gateway field if non-nil, zero value otherwise.
GetGatewayOk
func (o *LicenseOthersIdsOpenApiVO) GetGatewayOk() (*LicenseCategoryOtherIdsOpenApiVO, bool)
GetGatewayOk returns a tuple with the Gateway field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetGateway
func (o *LicenseOthersIdsOpenApiVO) SetGateway(v LicenseCategoryOtherIdsOpenApiVO)
SetGateway sets Gateway field to given value.
HasGateway
func (o *LicenseOthersIdsOpenApiVO) HasGateway() bool
HasGateway returns a boolean if a field has been set.
GetL2Switch
func (o *LicenseOthersIdsOpenApiVO) GetL2Switch() LicenseCategoryOtherIdsOpenApiVO
GetL2Switch returns the L2Switch field if non-nil, zero value otherwise.
GetL2SwitchOk
func (o *LicenseOthersIdsOpenApiVO) GetL2SwitchOk() (*LicenseCategoryOtherIdsOpenApiVO, bool)
GetL2SwitchOk returns a tuple with the L2Switch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetL2Switch
func (o *LicenseOthersIdsOpenApiVO) SetL2Switch(v LicenseCategoryOtherIdsOpenApiVO)
SetL2Switch sets L2Switch field to given value.
HasL2Switch
func (o *LicenseOthersIdsOpenApiVO) HasL2Switch() bool
HasL2Switch returns a boolean if a field has been set.
GetL3Switch
func (o *LicenseOthersIdsOpenApiVO) GetL3Switch() LicenseCategoryOtherIdsOpenApiVO
GetL3Switch returns the L3Switch field if non-nil, zero value otherwise.
GetL3SwitchOk
func (o *LicenseOthersIdsOpenApiVO) GetL3SwitchOk() (*LicenseCategoryOtherIdsOpenApiVO, bool)
GetL3SwitchOk returns a tuple with the L3Switch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetL3Switch
func (o *LicenseOthersIdsOpenApiVO) SetL3Switch(v LicenseCategoryOtherIdsOpenApiVO)
SetL3Switch sets L3Switch field to given value.
HasL3Switch
func (o *LicenseOthersIdsOpenApiVO) HasL3Switch() bool
HasL3Switch returns a boolean if a field has been set.