public class EventPublisherDTO extends AbstractModel
header, skipSign
Constructor and Description |
---|
EventPublisherDTO() |
EventPublisherDTO(EventPublisherDTO 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 |
getCreationTs()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 描述信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKey()
Get 关键字,一般为任务id
注意:此字段可能返回 null,表示取不到有效值。
|
ParamInfoDs[] |
getPropertiesList()
Get 配置信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get REST_API、KAFKA
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreationTs(String CreationTs)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 描述信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
Set 关键字,一般为任务id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPropertiesList(ParamInfoDs[] PropertiesList)
Set 配置信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set REST_API、KAFKA
注意:此字段可能返回 null,表示取不到有效值。
|
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 EventPublisherDTO()
public EventPublisherDTO(EventPublisherDTO source)
public String getKey()
public void setKey(String Key)
Key
- 关键字,一般为任务id
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- REST_API、KAFKA
注意:此字段可能返回 null,表示取不到有效值。public String getCreationTs()
public void setCreationTs(String CreationTs)
CreationTs
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public ParamInfoDs[] getPropertiesList()
public void setPropertiesList(ParamInfoDs[] PropertiesList)
PropertiesList
- 配置信息
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description
- 描述信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.