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 创建时间
|
String |
getClsLogsetId()
Get 日志集ID
|
String |
getClsTopicId()
Get 日志主题ID
|
String |
getDescription()
Get 事件集描述
|
String |
getEventBusId()
Get 事件集ID
|
String |
getEventBusName()
Get 事件集名称
|
String |
getModTime()
Get 更新时间
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getType()
Get (已废弃)事件集类型
|
void |
setAddTime(String AddTime)
Set 创建时间
|
void |
setClsLogsetId(String ClsLogsetId)
Set 日志集ID
|
void |
setClsTopicId(String ClsTopicId)
Set 日志主题ID
|
void |
setDescription(String Description)
Set 事件集描述
|
void |
setEventBusId(String EventBusId)
Set 事件集ID
|
void |
setEventBusName(String EventBusName)
Set 事件集名称
|
void |
setModTime(String ModTime)
Set 更新时间
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 GetEventBusResponse()
public GetEventBusResponse(GetEventBusResponse source)
public String getModTime()
public void setModTime(String ModTime)
ModTime
- 更新时间public String getDescription()
public void setDescription(String Description)
Description
- 事件集描述public String getClsTopicId()
public void setClsTopicId(String ClsTopicId)
ClsTopicId
- 日志主题IDpublic String getAddTime()
public void setAddTime(String AddTime)
AddTime
- 创建时间public String getClsLogsetId()
public void setClsLogsetId(String ClsLogsetId)
ClsLogsetId
- 日志集IDpublic String getEventBusName()
public void setEventBusName(String EventBusName)
EventBusName
- 事件集名称public String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId
- 事件集IDpublic String getType()
public void setType(String Type)
Type
- (已废弃)事件集类型public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.