Class CreateMessageRouteRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.CreateMessageRouteRequest
-
public class CreateMessageRouteRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateMessageRouteRequest()
CreateMessageRouteRequest(CreateMessageRouteRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescript()
Get 路由备注String
getRouteName()
Get 路由名称void
setDescript(String Descript)
Set 路由备注void
setRouteName(String RouteName)
Set 路由名称void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateMessageRouteRequest
public CreateMessageRouteRequest()
-
CreateMessageRouteRequest
public CreateMessageRouteRequest(CreateMessageRouteRequest 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.
-
-
Method Detail
-
getRouteName
public String getRouteName()
Get 路由名称- Returns:
- RouteName 路由名称
-
setRouteName
public void setRouteName(String RouteName)
Set 路由名称- Parameters:
RouteName
- 路由名称
-
getDescript
public String getDescript()
Get 路由备注- Returns:
- Descript 路由备注
-
setDescript
public void setDescript(String Descript)
Set 路由备注- Parameters:
Descript
- 路由备注
-
-