public class RelatedCcnInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccountId()
Get 云联网所属账号
|
String |
getAttachType()
Get 关联云联网状态
|
String |
getCcnId()
Get 云联网 ID
|
void |
setAccountId(String AccountId)
Set 云联网所属账号
|
void |
setAttachType(String AttachType)
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RelatedCcnInfo()
public RelatedCcnInfo(RelatedCcnInfo source)
public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- 云联网所属账号public String getCcnId()
public void setCcnId(String CcnId)
CcnId
- 云联网 IDpublic String getAttachType()
public void setAttachType(String AttachType)
AttachType
- 关联云联网状态Copyright © 2024. All rights reserved.