public class DeleteRouteRequest extends AbstractModel
Constructor and Description |
---|
DeleteRouteRequest() |
DeleteRouteRequest(DeleteRouteRequest 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 |
---|---|
Long |
getCallerAppid()
Get 调用方appId
|
String |
getDeleteRouteTime()
Get 删除路由时间
|
String |
getInstanceId()
Get 实例唯一id
|
Long |
getRouteId()
Get 路由id
|
void |
setCallerAppid(Long CallerAppid)
Set 调用方appId
|
void |
setDeleteRouteTime(String DeleteRouteTime)
Set 删除路由时间
|
void |
setInstanceId(String InstanceId)
Set 实例唯一id
|
void |
setRouteId(Long RouteId)
Set 路由id
|
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 DeleteRouteRequest()
public DeleteRouteRequest(DeleteRouteRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例唯一idpublic Long getRouteId()
public void setRouteId(Long RouteId)
RouteId
- 路由idpublic Long getCallerAppid()
public void setCallerAppid(Long CallerAppid)
CallerAppid
- 调用方appIdpublic String getDeleteRouteTime()
public void setDeleteRouteTime(String DeleteRouteTime)
DeleteRouteTime
- 删除路由时间Copyright © 2022. All rights reserved.