public class GetEventBusResponse extends AbstractModel
header, skipSign
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 事件集描述
|
Boolean |
getEnableStore()
Get 是否开启存储
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEventBusId()
Get 事件集ID
|
String |
getEventBusName()
Get 事件集名称
|
String |
getLinkMode()
Get 消息序列,是否有序
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLogTopicId()
Get EB日志主题ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModTime()
Get 更新时间
|
String |
getPayMode()
Get 计费模式
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getSaveDays()
Get EB日志存储时长
注意:此字段可能返回 null,表示取不到有效值。
|
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 |
setEnableStore(Boolean EnableStore)
Set 是否开启存储
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventBusId(String EventBusId)
Set 事件集ID
|
void |
setEventBusName(String EventBusName)
Set 事件集名称
|
void |
setLinkMode(String LinkMode)
Set 消息序列,是否有序
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLogTopicId(String LogTopicId)
Set EB日志主题ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModTime(String ModTime)
Set 更新时间
|
void |
setPayMode(String PayMode)
Set 计费模式
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setSaveDays(Long SaveDays)
Set EB日志存储时长
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set (已废弃)事件集类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 getPayMode()
public void setPayMode(String PayMode)
PayMode
- 计费模式public Long getSaveDays()
public void setSaveDays(Long SaveDays)
SaveDays
- EB日志存储时长
注意:此字段可能返回 null,表示取不到有效值。public String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId
- EB日志主题ID
注意:此字段可能返回 null,表示取不到有效值。public Boolean getEnableStore()
public void setEnableStore(Boolean EnableStore)
EnableStore
- 是否开启存储
注意:此字段可能返回 null,表示取不到有效值。public String getLinkMode()
public void setLinkMode(String LinkMode)
LinkMode
- 消息序列,是否有序
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.