Class ClsParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.ClsParam
-
public class ClsParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentKey()Get 当DecodeJson为false时必填BooleangetDecodeJson()Get 生产的信息是否为json格式StringgetLogSet()Get cls日志集idStringgetResource()Get cls日志主题idStringgetTimeField()Get 指定消息中的某字段内容作为cls日志的时间。 字段内容格式需要是秒级时间戳voidsetContentKey(String ContentKey)Set 当DecodeJson为false时必填voidsetDecodeJson(Boolean DecodeJson)Set 生产的信息是否为json格式voidsetLogSet(String LogSet)Set cls日志集idvoidsetResource(String Resource)Set cls日志主题idvoidsetTimeField(String TimeField)Set 指定消息中的某字段内容作为cls日志的时间。 字段内容格式需要是秒级时间戳voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ClsParam
public ClsParam()
-
ClsParam
public 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.
-
-
Method Detail
-
getDecodeJson
public Boolean getDecodeJson()
Get 生产的信息是否为json格式- Returns:
- DecodeJson 生产的信息是否为json格式
-
setDecodeJson
public void setDecodeJson(Boolean DecodeJson)
Set 生产的信息是否为json格式- Parameters:
DecodeJson- 生产的信息是否为json格式
-
getResource
public String getResource()
Get cls日志主题id- Returns:
- Resource cls日志主题id
-
setResource
public void setResource(String Resource)
Set cls日志主题id- Parameters:
Resource- cls日志主题id
-
getLogSet
public String getLogSet()
Get cls日志集id- Returns:
- LogSet cls日志集id
-
setLogSet
public void setLogSet(String LogSet)
Set cls日志集id- Parameters:
LogSet- cls日志集id
-
getContentKey
public String getContentKey()
Get 当DecodeJson为false时必填- Returns:
- ContentKey 当DecodeJson为false时必填
-
setContentKey
public void setContentKey(String ContentKey)
Set 当DecodeJson为false时必填- Parameters:
ContentKey- 当DecodeJson为false时必填
-
getTimeField
public String getTimeField()
Get 指定消息中的某字段内容作为cls日志的时间。 字段内容格式需要是秒级时间戳- Returns:
- TimeField 指定消息中的某字段内容作为cls日志的时间。 字段内容格式需要是秒级时间戳
-
setTimeField
public void setTimeField(String TimeField)
Set 指定消息中的某字段内容作为cls日志的时间。 字段内容格式需要是秒级时间戳- Parameters:
TimeField- 指定消息中的某字段内容作为cls日志的时间。 字段内容格式需要是秒级时间戳
-
-