public class RouteResponse extends AbstractModel
| Constructor and Description | 
|---|
| RouteResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| Route[] | getRouters()Get Route information list
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setRouters(Route[] Routers)Set Route information list
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic Route[] getRouters()
public void setRouters(Route[] Routers)
Routers - Route information list
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.