public class DeleteRouteRequest extends AbstractModel
header, skipSign
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 设置定时删除路由时间,若DeleteRouteTime < now ,设置时间小于当前接口提交时间则立即执行;DeleteRouteTime > now,设置时间大于当前接口提交时间,则按照设置的时间,定时执行删除; 该参数设置提交后,无法撤销!!!
|
String |
getInstanceId()
Get ckafka集群实例Id
|
Long |
getRouteId()
Get 路由id
|
void |
setCallerAppid(Long CallerAppid)
Set 调用方appId
|
void |
setDeleteRouteTime(String DeleteRouteTime)
Set 设置定时删除路由时间,若DeleteRouteTime < now ,设置时间小于当前接口提交时间则立即执行;DeleteRouteTime > now,设置时间大于当前接口提交时间,则按照设置的时间,定时执行删除; 该参数设置提交后,无法撤销!!!
|
void |
setInstanceId(String InstanceId)
Set ckafka集群实例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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteRouteRequest()
public DeleteRouteRequest(DeleteRouteRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ckafka集群实例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
- 设置定时删除路由时间,若DeleteRouteTime < now ,设置时间小于当前接口提交时间则立即执行;DeleteRouteTime > now,设置时间大于当前接口提交时间,则按照设置的时间,定时执行删除; 该参数设置提交后,无法撤销!!!Copyright © 2024. All rights reserved.