public class CcnInfo extends AbstractModel
header, skipSign
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 Account of the CCN instance owner
|
String |
getCcnId()
Get CCN ID
|
void |
setAccountId(String AccountId)
Set Account of the CCN instance owner
|
void |
setCcnId(String CcnId)
Set CCN ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CcnInfo()
public CcnInfo(CcnInfo source)
public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- Account of the CCN instance ownerpublic String getCcnId()
public void setCcnId(String CcnId)
CcnId
- CCN IDCopyright © 2024. All rights reserved.