Class DeleteConnectionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.DeleteConnectionRequest
-
public class DeleteConnectionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnectionId()Get 连接器IDStringgetEventBusId()Get 事件集IDvoidsetConnectionId(String ConnectionId)Set 连接器IDvoidsetEventBusId(String EventBusId)Set 事件集IDvoidtoMap(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
-
DeleteConnectionRequest
public DeleteConnectionRequest()
-
DeleteConnectionRequest
public 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.
-
-
Method Detail
-
getConnectionId
public String getConnectionId()
Get 连接器ID- Returns:
- ConnectionId 连接器ID
-
setConnectionId
public void setConnectionId(String ConnectionId)
Set 连接器ID- Parameters:
ConnectionId- 连接器ID
-
getEventBusId
public String getEventBusId()
Get 事件集ID- Returns:
- EventBusId 事件集ID
-
setEventBusId
public void setEventBusId(String EventBusId)
Set 事件集ID- Parameters:
EventBusId- 事件集ID
-
-