public class DisableCcnRoutesRequest extends AbstractModel
Constructor and Description |
---|
DisableCcnRoutesRequest() |
DisableCcnRoutesRequest(DisableCcnRoutesRequest 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 CCN实例ID。形如:ccn-f49l6u0z。
|
String[] |
getRouteIds()
Get CCN路由策略唯一ID。形如:ccnr-f49l6u0z。
|
void |
setCcnId(String CcnId)
Set CCN实例ID。形如:ccn-f49l6u0z。
|
void |
setRouteIds(String[] RouteIds)
Set CCN路由策略唯一ID。形如:ccnr-f49l6u0z。
|
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 DisableCcnRoutesRequest()
public DisableCcnRoutesRequest(DisableCcnRoutesRequest source)
public String getCcnId()
public void setCcnId(String CcnId)
CcnId
- CCN实例ID。形如:ccn-f49l6u0z。public String[] getRouteIds()
public void setRouteIds(String[] RouteIds)
RouteIds
- CCN路由策略唯一ID。形如:ccnr-f49l6u0z。Copyright © 2021. All rights reserved.