Class CustomerGatewayVendor
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.CustomerGatewayVendor
-
public class CustomerGatewayVendor extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomerGatewayVendor()CustomerGatewayVendor(CustomerGatewayVendor source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPlatform()Get 平台。StringgetSoftwareVersion()Get 软件版本。StringgetVendorName()Get 供应商名称。voidsetPlatform(String Platform)Set 平台。voidsetSoftwareVersion(String SoftwareVersion)Set 软件版本。voidsetVendorName(String VendorName)Set 供应商名称。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CustomerGatewayVendor
public CustomerGatewayVendor()
-
CustomerGatewayVendor
public CustomerGatewayVendor(CustomerGatewayVendor source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getPlatform
public String getPlatform()
Get 平台。- Returns:
- Platform 平台。
-
setPlatform
public void setPlatform(String Platform)
Set 平台。- Parameters:
Platform- 平台。
-
getSoftwareVersion
public String getSoftwareVersion()
Get 软件版本。- Returns:
- SoftwareVersion 软件版本。
-
setSoftwareVersion
public void setSoftwareVersion(String SoftwareVersion)
Set 软件版本。- Parameters:
SoftwareVersion- 软件版本。
-
getVendorName
public String getVendorName()
Get 供应商名称。- Returns:
- VendorName 供应商名称。
-
setVendorName
public void setVendorName(String VendorName)
Set 供应商名称。- Parameters:
VendorName- 供应商名称。
-
-