Class RelatedCcnInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.RelatedCcnInfo
-
public class RelatedCcnInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RelatedCcnInfo()
RelatedCcnInfo(RelatedCcnInfo 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 String
getAccountId()
Get 云联网所属账号String
getAttachType()
Get 关联云联网状态String
getCcnId()
Get 云联网 IDvoid
setAccountId(String AccountId)
Set 云联网所属账号void
setAttachType(String AttachType)
Set 关联云联网状态void
setCcnId(String CcnId)
Set 云联网 IDvoid
toMap(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
-
RelatedCcnInfo
public RelatedCcnInfo()
-
RelatedCcnInfo
public RelatedCcnInfo(RelatedCcnInfo 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
-
getAttachType
public String getAttachType()
Get 关联云联网状态- Returns:
- AttachType 关联云联网状态
-
setAttachType
public void setAttachType(String AttachType)
Set 关联云联网状态- Parameters:
AttachType
- 关联云联网状态
-
-