public class Connection extends AbstractModel
| Constructor and Description | 
|---|
| Connection() | 
| Connection(Connection 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 | getAddTime()Get Creation time | 
| ConnectionDescription | getConnectionDescription()Get Connector description | 
| String | getConnectionId()Get Connector ID | 
| String | getConnectionName()Get Connector name | 
| String | getDescription()Get Description | 
| Boolean | getEnable()Get Switch | 
| String | getEventBusId()Get Event bus ID | 
| String | getModTime()Get Update time | 
| String | getStatus()Get Status | 
| String | getType()Get Type | 
| void | setAddTime(String AddTime)Set Creation time | 
| void | setConnectionDescription(ConnectionDescription ConnectionDescription)Set Connector description | 
| void | setConnectionId(String ConnectionId)Set Connector ID | 
| void | setConnectionName(String ConnectionName)Set Connector name | 
| void | setDescription(String Description)Set Description | 
| void | setEnable(Boolean Enable)Set Switch | 
| void | setEventBusId(String EventBusId)Set Event bus ID | 
| void | setModTime(String ModTime)Set Update time | 
| void | setStatus(String Status)Set Status | 
| void | setType(String Type)Set Type | 
| 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, toJsonStringpublic Connection()
public Connection(Connection source)
public String getStatus()
public void setStatus(String Status)
Status - Statuspublic String getModTime()
public void setModTime(String ModTime)
ModTime - Update timepublic Boolean getEnable()
public void setEnable(Boolean Enable)
Enable - Switchpublic String getDescription()
public void setDescription(String Description)
Description - Descriptionpublic String getAddTime()
public void setAddTime(String AddTime)
AddTime - Creation timepublic String getConnectionId()
public void setConnectionId(String ConnectionId)
ConnectionId - Connector IDpublic String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId - Event bus IDpublic ConnectionDescription getConnectionDescription()
public void setConnectionDescription(ConnectionDescription ConnectionDescription)
ConnectionDescription - Connector descriptionpublic String getConnectionName()
public void setConnectionName(String ConnectionName)
ConnectionName - Connector namepublic String getType()
public void setType(String Type)
Type - TypeCopyright © 2023. All rights reserved.