Class CcnInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.CcnInfo
-
public class CcnInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountId()Get 云联网所属账号StringgetCcnId()Get 云联网idvoidsetAccountId(String AccountId)Set 云联网所属账号voidsetCcnId(String CcnId)Set 云联网idvoidtoMap(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
-
CcnInfo
public CcnInfo()
-
CcnInfo
public CcnInfo(CcnInfo 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
-
getAccountId
public String getAccountId()
Get 云联网所属账号- Returns:
- AccountId 云联网所属账号
-
setAccountId
public void setAccountId(String AccountId)
Set 云联网所属账号- Parameters:
AccountId- 云联网所属账号
-
getCcnId
public String getCcnId()
Get 云联网id- Returns:
- CcnId 云联网id
-
setCcnId
public void setCcnId(String CcnId)
Set 云联网id- Parameters:
CcnId- 云联网id
-
-