Class UpdateConnectionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.UpdateConnectionRequest
-
public class UpdateConnectionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateConnectionRequest()UpdateConnectionRequest(UpdateConnectionRequest 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 连接器IDStringgetConnectionName()Get 连接器名称StringgetDescription()Get 描述BooleangetEnable()Get 使能开关StringgetEventBusId()Get 事件集IDvoidsetConnectionId(String ConnectionId)Set 连接器IDvoidsetConnectionName(String ConnectionName)Set 连接器名称voidsetDescription(String Description)Set 描述voidsetEnable(Boolean Enable)Set 使能开关voidsetEventBusId(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
-
UpdateConnectionRequest
public UpdateConnectionRequest()
-
UpdateConnectionRequest
public UpdateConnectionRequest(UpdateConnectionRequest 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
-
getEnable
public Boolean getEnable()
Get 使能开关- Returns:
- Enable 使能开关
-
setEnable
public void setEnable(Boolean Enable)
Set 使能开关- Parameters:
Enable- 使能开关
-
getDescription
public String getDescription()
Get 描述- Returns:
- Description 描述
-
setDescription
public void setDescription(String Description)
Set 描述- Parameters:
Description- 描述
-
getConnectionName
public String getConnectionName()
Get 连接器名称- Returns:
- ConnectionName 连接器名称
-
setConnectionName
public void setConnectionName(String ConnectionName)
Set 连接器名称- Parameters:
ConnectionName- 连接器名称
-
-