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 of the caller.
|
String |
getDeleteRouteTime()
Get The time when a route was deleted.
|
String |
getInstanceId()
Get Unique instance ID.
|
Long |
getRouteId()
Get Route ID.
|
void |
setCallerAppid(Long CallerAppid)
Set AppId of the caller.
|
void |
setDeleteRouteTime(String DeleteRouteTime)
Set The time when a route was deleted.
|
void |
setInstanceId(String InstanceId)
Set Unique instance ID.
|
void |
setRouteId(Long RouteId)
Set Route 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
- Unique instance ID.public Long getRouteId()
public void setRouteId(Long RouteId)
RouteId
- Route ID.public Long getCallerAppid()
public void setCallerAppid(Long CallerAppid)
CallerAppid
- AppId of the caller.public String getDeleteRouteTime()
public void setDeleteRouteTime(String DeleteRouteTime)
DeleteRouteTime
- The time when a route was deleted.Copyright © 2023. All rights reserved.