public class CreateConnectionRequest extends AbstractModel
Constructor and Description |
---|
CreateConnectionRequest() |
CreateConnectionRequest(CreateConnectionRequest 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 |
---|---|
ConnectionDescription |
getConnectionDescription()
Get 连接器描述
|
String |
getConnectionName()
Get 连接器名称
|
String |
getDescription()
Get 描述
|
Boolean |
getEnable()
Get 使能开关
|
String |
getEventBusId()
Get 事件集ID
|
String |
getType()
Get 类型
|
void |
setConnectionDescription(ConnectionDescription ConnectionDescription)
Set 连接器描述
|
void |
setConnectionName(String ConnectionName)
Set 连接器名称
|
void |
setDescription(String Description)
Set 描述
|
void |
setEnable(Boolean Enable)
Set 使能开关
|
void |
setEventBusId(String EventBusId)
Set 事件集ID
|
void |
setType(String Type)
Set 类型
|
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 CreateConnectionRequest()
public CreateConnectionRequest(CreateConnectionRequest source)
public ConnectionDescription getConnectionDescription()
public void setConnectionDescription(ConnectionDescription ConnectionDescription)
ConnectionDescription
- 连接器描述public String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId
- 事件集IDpublic String getConnectionName()
public void setConnectionName(String ConnectionName)
ConnectionName
- 连接器名称public String getDescription()
public void setDescription(String Description)
Description
- 描述public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- 使能开关public String getType()
public void setType(String Type)
Type
- 类型Copyright © 2022. All rights reserved.