public class VpngwCcnRoutes extends AbstractModel
Constructor and Description |
---|
VpngwCcnRoutes() |
VpngwCcnRoutes(VpngwCcnRoutes 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 |
getRouteId()
Get 路由信息ID
|
String |
getStatus()
Get 路由信息是否启用
ENABLE:启用该路由
DISABLE:不启用该路由
|
void |
setRouteId(String RouteId)
Set 路由信息ID
|
void |
setStatus(String Status)
Set 路由信息是否启用
ENABLE:启用该路由
DISABLE:不启用该路由
|
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 VpngwCcnRoutes()
public VpngwCcnRoutes(VpngwCcnRoutes source)
public String getRouteId()
public void setRouteId(String RouteId)
RouteId
- 路由信息IDpublic String getStatus()
public void setStatus(String Status)
Status
- 路由信息是否启用
ENABLE:启用该路由
DISABLE:不启用该路由Copyright © 2022. All rights reserved.