public class DeleteConnectionRequest extends AbstractModel
Constructor and Description |
---|
DeleteConnectionRequest() |
DeleteConnectionRequest(DeleteConnectionRequest 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 |
getConnectionId()
Get 连接器ID
|
String |
getEventBusId()
Get 事件集ID
|
void |
setConnectionId(String ConnectionId)
Set 连接器ID
|
void |
setEventBusId(String EventBusId)
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 DeleteConnectionRequest()
public DeleteConnectionRequest(DeleteConnectionRequest source)
public String getConnectionId()
public void setConnectionId(String ConnectionId)
ConnectionId
- 连接器IDpublic String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId
- 事件集IDCopyright © 2022. All rights reserved.