public class CcnInfo extends AbstractModel
Constructor and Description |
---|
CcnInfo() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccountId()
Get 云联网所属账号
|
String |
getCcnId()
Get 云联网id
|
void |
setAccountId(String AccountId)
Set 云联网所属账号
|
void |
setCcnId(String CcnId)
Set 云联网id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CcnInfo()
public CcnInfo(CcnInfo source)
public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- 云联网所属账号public String getCcnId()
public void setCcnId(String CcnId)
CcnId
- 云联网idCopyright © 2022. All rights reserved.