public class ModifyRouteTableInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyRouteTableInfo() | 
| ModifyRouteTableInfo(ModifyRouteTableInfo 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 | getDescription()Get 云联网路由表描述。Name和Description 两者必传一个。 | 
| String | getName()Get 云联网路由表名称。Name和Description 两者必传一个。 | 
| String | getRouteTableId()Get 云联网路由表id。 | 
| void | setDescription(String Description)Set 云联网路由表描述。Name和Description 两者必传一个。 | 
| void | setName(String Name)Set 云联网路由表名称。Name和Description 两者必传一个。 | 
| void | setRouteTableId(String RouteTableId)Set 云联网路由表id。 | 
| 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, toJsonStringpublic ModifyRouteTableInfo()
public ModifyRouteTableInfo(ModifyRouteTableInfo source)
public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - 云联网路由表id。public String getName()
public void setName(String Name)
Name - 云联网路由表名称。Name和Description 两者必传一个。public String getDescription()
public void setDescription(String Description)
Description - 云联网路由表描述。Name和Description 两者必传一个。Copyright © 2025. All rights reserved.