public class RelatedCcnInfo extends AbstractModel
Constructor and Description |
---|
RelatedCcnInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountId()
Get CCN account
|
String |
getAttachType()
Get Status of associated CCN
|
String |
getCcnId()
Get CCN ID
|
void |
setAccountId(String AccountId)
Set CCN account
|
void |
setAttachType(String AttachType)
Set Status of associated CCN
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- CCN accountpublic String getCcnId()
public void setCcnId(String CcnId)
CcnId
- CCN IDpublic String getAttachType()
public void setAttachType(String AttachType)
AttachType
- Status of associated CCNCopyright © 2021. All rights reserved.