public class UpdateConnectionRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getConnectionId()Get 连接器ID | 
| String | getConnectionName()Get 连接器名称 | 
| String | getDescription()Get 描述 | 
| Boolean | getEnable()Get 使能开关 | 
| String | getEventBusId()Get 事件集ID | 
| void | setConnectionId(String ConnectionId)Set 连接器ID | 
| void | setConnectionName(String ConnectionName)Set 连接器名称 | 
| void | setDescription(String Description)Set 描述 | 
| void | setEnable(Boolean Enable)Set 使能开关 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateConnectionRequest()
public UpdateConnectionRequest(UpdateConnectionRequest source)
public String getConnectionId()
public void setConnectionId(String ConnectionId)
ConnectionId - 连接器IDpublic String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId - 事件集IDpublic Boolean getEnable()
public void setEnable(Boolean Enable)
Enable - 使能开关public String getDescription()
public void setDescription(String Description)
Description - 描述public String getConnectionName()
public void setConnectionName(String ConnectionName)
ConnectionName - 连接器名称Copyright © 2025. All rights reserved.