public class CcnBatchRouteTable extends AbstractModel
header, skipSign
Constructor and Description |
---|
CcnBatchRouteTable() |
CcnBatchRouteTable(CcnBatchRouteTable 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 |
getCcnId()
Get 云联网ID。
|
String |
getDescription()
Get 云联网路由表描述。
|
String |
getName()
Get 云联网路由表名称。
|
void |
setCcnId(String CcnId)
Set 云联网ID。
|
void |
setDescription(String Description)
Set 云联网路由表描述。
|
void |
setName(String Name)
Set 云联网路由表名称。
|
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 CcnBatchRouteTable()
public CcnBatchRouteTable(CcnBatchRouteTable source)
public String getCcnId()
public void setCcnId(String CcnId)
CcnId
- 云联网ID。public String getName()
public void setName(String Name)
Name
- 云联网路由表名称。public String getDescription()
public void setDescription(String Description)
Description
- 云联网路由表描述。Copyright © 2024. All rights reserved.