public class VpngwCcnRoutes extends AbstractModel
Constructor and Description |
---|
VpngwCcnRoutes() |
Modifier and Type | Method and Description |
---|---|
String |
getRouteId()
Get Route ID
|
String |
getStatus()
Get Enable the route or not
ENABLE: enable the route
DISABLE: do not enable the route
|
void |
setRouteId(String RouteId)
Set Route ID
|
void |
setStatus(String Status)
Set Enable the route or not
ENABLE: enable the route
DISABLE: do not enable the route
|
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 getRouteId()
public void setRouteId(String RouteId)
RouteId
- Route IDpublic String getStatus()
public void setStatus(String Status)
Status
- Enable the route or not
ENABLE: enable the route
DISABLE: do not enable the routeCopyright © 2020. All rights reserved.