public class GetEventBusResponse extends AbstractModel
Constructor and Description |
---|
GetEventBusResponse() |
GetEventBusResponse(GetEventBusResponse 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.
|
String |
getClsLogsetId()
Get Logset ID
|
String |
getClsTopicId()
Get Log topic ID
|
String |
getDescription()
Get Event bus description
|
Boolean |
getEnableStore()
Get Whether to enable log storage
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getEventBusId()
Get Event bus ID
|
String |
getEventBusName()
Get Event bus name
|
String |
getLinkMode()
Get Whether to sort the message
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getLogTopicId()
Get EventBridge log topic ID
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getModTime()
Get Update time
|
String |
getPayMode()
Get Billing mode
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getSaveDays()
Get EventBridge log storage period
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getType()
Get (Disused) Event bus type
|
void |
setAddTime(String AddTime)
Set Creation time.
|
void |
setClsLogsetId(String ClsLogsetId)
Set Logset ID
|
void |
setClsTopicId(String ClsTopicId)
Set Log topic ID
|
void |
setDescription(String Description)
Set Event bus description
|
void |
setEnableStore(Boolean EnableStore)
Set Whether to enable log storage
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setEventBusId(String EventBusId)
Set Event bus ID
|
void |
setEventBusName(String EventBusName)
Set Event bus name
|
void |
setLinkMode(String LinkMode)
Set Whether to sort the message
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setLogTopicId(String LogTopicId)
Set EventBridge log topic ID
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setModTime(String ModTime)
Set Update time
|
void |
setPayMode(String PayMode)
Set Billing mode
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSaveDays(Long SaveDays)
Set EventBridge log storage period
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setType(String Type)
Set (Disused) 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 GetEventBusResponse()
public GetEventBusResponse(GetEventBusResponse source)
public String getModTime()
public void setModTime(String ModTime)
ModTime
- Update timepublic String getDescription()
public void setDescription(String Description)
Description
- Event bus descriptionpublic String getClsTopicId()
public void setClsTopicId(String ClsTopicId)
ClsTopicId
- Log topic IDpublic String getAddTime()
public void setAddTime(String AddTime)
AddTime
- Creation time.public String getClsLogsetId()
public void setClsLogsetId(String ClsLogsetId)
ClsLogsetId
- Logset IDpublic String getEventBusName()
public void setEventBusName(String EventBusName)
EventBusName
- Event bus namepublic String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId
- Event bus IDpublic String getType()
public void setType(String Type)
Type
- (Disused) Event bus typepublic String getPayMode()
public void setPayMode(String PayMode)
PayMode
- Billing modepublic Long getSaveDays()
public void setSaveDays(Long SaveDays)
SaveDays
- EventBridge log storage period
Note: This field may return `null`, indicating that no valid values can be obtained.public String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId
- EventBridge log topic ID
Note: This field may return `null`, indicating that no valid values can be obtained.public Boolean getEnableStore()
public void setEnableStore(Boolean EnableStore)
EnableStore
- Whether to enable log storage
Note: This field may return `null`, indicating that no valid values can be obtained.public String getLinkMode()
public void setLinkMode(String LinkMode)
LinkMode
- Whether to sort the message
Note: This field may return `null`, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.