public class ClsParam extends AbstractModel
Constructor and Description |
---|
ClsParam() |
ClsParam(ClsParam 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 |
getContentKey()
Get 当DecodeJson为false时必填
|
Boolean |
getDecodeJson()
Get 生产的信息是否为json格式
|
String |
getLogSet()
Get cls日志集id
|
String |
getResource()
Get cls日志主题id
|
String |
getTimeField()
Get 指定消息中的某字段内容作为cls日志的时间。
字段内容格式需要是秒级时间戳
|
void |
setContentKey(String ContentKey)
Set 当DecodeJson为false时必填
|
void |
setDecodeJson(Boolean DecodeJson)
Set 生产的信息是否为json格式
|
void |
setLogSet(String LogSet)
Set cls日志集id
|
void |
setResource(String Resource)
Set cls日志主题id
|
void |
setTimeField(String TimeField)
Set 指定消息中的某字段内容作为cls日志的时间。
字段内容格式需要是秒级时间戳
|
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 ClsParam()
public ClsParam(ClsParam source)
public Boolean getDecodeJson()
public void setDecodeJson(Boolean DecodeJson)
DecodeJson
- 生产的信息是否为json格式public String getResource()
public void setResource(String Resource)
Resource
- cls日志主题idpublic String getLogSet()
public void setLogSet(String LogSet)
LogSet
- cls日志集idpublic String getContentKey()
public void setContentKey(String ContentKey)
ContentKey
- 当DecodeJson为false时必填public String getTimeField()
public void setTimeField(String TimeField)
TimeField
- 指定消息中的某字段内容作为cls日志的时间。
字段内容格式需要是秒级时间戳Copyright © 2023. All rights reserved.