public class EventBus extends AbstractModel
Constructor and Description |
---|
EventBus() |
EventBus(EventBus 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
|
ConnectionBrief[] |
getConnectionBriefs()
Get Connector basic information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getDescription()
Get Event bus description, which can contain up to 200 characters of any type
|
String |
getEventBusId()
Get Event bus ID
|
String |
getEventBusName()
Get Event bus name, which can contain 2–60 letters, digits, underscores, and hyphens and must start with a letter and end with a digit or letter
|
String |
getModTime()
Get Update time
|
String |
getPayMode()
Get Billing Mode
Note: This field may return `null`, indicating that no valid values can be obtained.
|
TargetBrief[] |
getTargetBriefs()
Get Target information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getType()
Get Event bus type
|
void |
setAddTime(String AddTime)
Set Creation time
|
void |
setConnectionBriefs(ConnectionBrief[] ConnectionBriefs)
Set Connector basic information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setDescription(String Description)
Set Event bus description, which can contain up to 200 characters of any type
|
void |
setEventBusId(String EventBusId)
Set Event bus ID
|
void |
setEventBusName(String EventBusName)
Set Event bus name, which can contain 2–60 letters, digits, underscores, and hyphens and must start with a letter and end with a digit or letter
|
void |
setModTime(String ModTime)
Set Update time
|
void |
setPayMode(String PayMode)
Set Billing Mode
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setTargetBriefs(TargetBrief[] TargetBriefs)
Set Target information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setType(String Type)
Set Event bus 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, toJsonString
public EventBus()
public EventBus(EventBus source)
public String getModTime()
public void setModTime(String ModTime)
ModTime
- Update timepublic String getDescription()
public void setDescription(String Description)
Description
- Event bus description, which can contain up to 200 characters of any typepublic String getAddTime()
public void setAddTime(String AddTime)
AddTime
- Creation timepublic String getEventBusName()
public void setEventBusName(String EventBusName)
EventBusName
- Event bus name, which can contain 2–60 letters, digits, underscores, and hyphens and must start with a letter and end with a digit or letterpublic String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId
- Event bus IDpublic String getType()
public void setType(String Type)
Type
- Event bus typepublic String getPayMode()
public void setPayMode(String PayMode)
PayMode
- Billing Mode
Note: This field may return `null`, indicating that no valid values can be obtained.public ConnectionBrief[] getConnectionBriefs()
public void setConnectionBriefs(ConnectionBrief[] ConnectionBriefs)
ConnectionBriefs
- Connector basic information
Note: This field may return `null`, indicating that no valid values can be obtained.public TargetBrief[] getTargetBriefs()
public void setTargetBriefs(TargetBrief[] TargetBriefs)
TargetBriefs
- Target information
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.