Skip to content

LicenseNumOpenApiVO

Properties

Name Type Description Notes
Ap Pointer to int32 Pro ap [optional]
Basic Pointer to int32 Basic [optional]
Gateway Pointer to int32 Pro gateway [optional]
L2Switch Pointer to int32 Pro l2Switch [optional]
L3Switch Pointer to int32 Pro l3Switch [optional]
Type string Type should be a value as follows: 1year; 2years; 3years; 4years; 5years; trial

Methods

NewLicenseNumOpenApiVO

func NewLicenseNumOpenApiVO(type_ string, ) *LicenseNumOpenApiVO

NewLicenseNumOpenApiVO instantiates a new LicenseNumOpenApiVO 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

NewLicenseNumOpenApiVOWithDefaults

func NewLicenseNumOpenApiVOWithDefaults() *LicenseNumOpenApiVO

NewLicenseNumOpenApiVOWithDefaults instantiates a new LicenseNumOpenApiVO 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 *LicenseNumOpenApiVO) GetAp() int32

GetAp returns the Ap field if non-nil, zero value otherwise.

GetApOk

func (o *LicenseNumOpenApiVO) GetApOk() (*int32, 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 *LicenseNumOpenApiVO) SetAp(v int32)

SetAp sets Ap field to given value.

HasAp

func (o *LicenseNumOpenApiVO) HasAp() bool

HasAp returns a boolean if a field has been set.

GetBasic

func (o *LicenseNumOpenApiVO) GetBasic() int32

GetBasic returns the Basic field if non-nil, zero value otherwise.

GetBasicOk

func (o *LicenseNumOpenApiVO) GetBasicOk() (*int32, 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 *LicenseNumOpenApiVO) SetBasic(v int32)

SetBasic sets Basic field to given value.

HasBasic

func (o *LicenseNumOpenApiVO) HasBasic() bool

HasBasic returns a boolean if a field has been set.

GetGateway

func (o *LicenseNumOpenApiVO) GetGateway() int32

GetGateway returns the Gateway field if non-nil, zero value otherwise.

GetGatewayOk

func (o *LicenseNumOpenApiVO) GetGatewayOk() (*int32, 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 *LicenseNumOpenApiVO) SetGateway(v int32)

SetGateway sets Gateway field to given value.

HasGateway

func (o *LicenseNumOpenApiVO) HasGateway() bool

HasGateway returns a boolean if a field has been set.

GetL2Switch

func (o *LicenseNumOpenApiVO) GetL2Switch() int32

GetL2Switch returns the L2Switch field if non-nil, zero value otherwise.

GetL2SwitchOk

func (o *LicenseNumOpenApiVO) GetL2SwitchOk() (*int32, 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 *LicenseNumOpenApiVO) SetL2Switch(v int32)

SetL2Switch sets L2Switch field to given value.

HasL2Switch

func (o *LicenseNumOpenApiVO) HasL2Switch() bool

HasL2Switch returns a boolean if a field has been set.

GetL3Switch

func (o *LicenseNumOpenApiVO) GetL3Switch() int32

GetL3Switch returns the L3Switch field if non-nil, zero value otherwise.

GetL3SwitchOk

func (o *LicenseNumOpenApiVO) GetL3SwitchOk() (*int32, 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 *LicenseNumOpenApiVO) SetL3Switch(v int32)

SetL3Switch sets L3Switch field to given value.

HasL3Switch

func (o *LicenseNumOpenApiVO) HasL3Switch() bool

HasL3Switch returns a boolean if a field has been set.

GetType

func (o *LicenseNumOpenApiVO) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *LicenseNumOpenApiVO) GetTypeOk() (*string, bool)

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

SetType

func (o *LicenseNumOpenApiVO) SetType(v string)

SetType sets Type field to given value.

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