SpecificationOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| InterfaceNum | Pointer to int32 | The number of interfaces supported by the site. | [optional] |
| MacGroupAddressNum | Pointer to int32 | The number of macGroupAddressNum supported by the site. | [optional] |
| UrlFilteringNum | Pointer to int32 | The number of urlFilteringNum supported by the sitey. | [optional] |
Methods
NewSpecificationOpenApiVO
func NewSpecificationOpenApiVO() *SpecificationOpenApiVO
NewSpecificationOpenApiVO instantiates a new SpecificationOpenApiVO 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
NewSpecificationOpenApiVOWithDefaults
func NewSpecificationOpenApiVOWithDefaults() *SpecificationOpenApiVO
NewSpecificationOpenApiVOWithDefaults instantiates a new SpecificationOpenApiVO 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
GetInterfaceNum
func (o *SpecificationOpenApiVO) GetInterfaceNum() int32
GetInterfaceNum returns the InterfaceNum field if non-nil, zero value otherwise.
GetInterfaceNumOk
func (o *SpecificationOpenApiVO) GetInterfaceNumOk() (*int32, bool)
GetInterfaceNumOk returns a tuple with the InterfaceNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetInterfaceNum
func (o *SpecificationOpenApiVO) SetInterfaceNum(v int32)
SetInterfaceNum sets InterfaceNum field to given value.
HasInterfaceNum
func (o *SpecificationOpenApiVO) HasInterfaceNum() bool
HasInterfaceNum returns a boolean if a field has been set.
GetMacGroupAddressNum
func (o *SpecificationOpenApiVO) GetMacGroupAddressNum() int32
GetMacGroupAddressNum returns the MacGroupAddressNum field if non-nil, zero value otherwise.
GetMacGroupAddressNumOk
func (o *SpecificationOpenApiVO) GetMacGroupAddressNumOk() (*int32, bool)
GetMacGroupAddressNumOk returns a tuple with the MacGroupAddressNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMacGroupAddressNum
func (o *SpecificationOpenApiVO) SetMacGroupAddressNum(v int32)
SetMacGroupAddressNum sets MacGroupAddressNum field to given value.
HasMacGroupAddressNum
func (o *SpecificationOpenApiVO) HasMacGroupAddressNum() bool
HasMacGroupAddressNum returns a boolean if a field has been set.
GetUrlFilteringNum
func (o *SpecificationOpenApiVO) GetUrlFilteringNum() int32
GetUrlFilteringNum returns the UrlFilteringNum field if non-nil, zero value otherwise.
GetUrlFilteringNumOk
func (o *SpecificationOpenApiVO) GetUrlFilteringNumOk() (*int32, bool)
GetUrlFilteringNumOk returns a tuple with the UrlFilteringNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUrlFilteringNum
func (o *SpecificationOpenApiVO) SetUrlFilteringNum(v int32)
SetUrlFilteringNum sets UrlFilteringNum field to given value.
HasUrlFilteringNum
func (o *SpecificationOpenApiVO) HasUrlFilteringNum() bool
HasUrlFilteringNum returns a boolean if a field has been set.