public class ModifyCcnAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyCcnAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCcnDescription()
Get The description of the CCN.
|
String |
getCcnId()
Get The CCN instance ID, such as `ccn-f49l6u0z`.
|
String |
getCcnName()
Get The name of the CCN.
|
void |
setCcnDescription(String CcnDescription)
Set The description of the CCN.
|
void |
setCcnId(String CcnId)
Set The CCN instance ID, such as `ccn-f49l6u0z`.
|
void |
setCcnName(String CcnName)
Set The name of the CCN.
|
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 getCcnId()
public void setCcnId(String CcnId)
CcnId
- The CCN instance ID, such as `ccn-f49l6u0z`.public String getCcnName()
public void setCcnName(String CcnName)
CcnName
- The name of the CCN. The maximum length is 60 characters.public String getCcnDescription()
public void setCcnDescription(String CcnDescription)
CcnDescription
- The description of the CCN. The maximum length is 100 characters.Copyright © 2020. All rights reserved.