Class UploadLogRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.UploadLogRequest
-
public class UploadLogRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UploadLogRequest()UploadLogRequest(UploadLogRequest 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompressType()Get 压缩方法StringgetHashKey()Get 根据 hashkey 写入相应范围的主题分区StringgetTopicId()Get 主题idvoidsetCompressType(String CompressType)Set 压缩方法voidsetHashKey(String HashKey)Set 根据 hashkey 写入相应范围的主题分区voidsetTopicId(String TopicId)Set 主题idvoidtoMap(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
-
UploadLogRequest
public UploadLogRequest()
-
UploadLogRequest
public UploadLogRequest(UploadLogRequest 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
-
getTopicId
public String getTopicId()
Get 主题id- Returns:
- TopicId 主题id
-
setTopicId
public void setTopicId(String TopicId)
Set 主题id- Parameters:
TopicId- 主题id
-
getHashKey
public String getHashKey()
Get 根据 hashkey 写入相应范围的主题分区- Returns:
- HashKey 根据 hashkey 写入相应范围的主题分区
-
setHashKey
public void setHashKey(String HashKey)
Set 根据 hashkey 写入相应范围的主题分区- Parameters:
HashKey- 根据 hashkey 写入相应范围的主题分区
-
getCompressType
public String getCompressType()
Get 压缩方法- Returns:
- CompressType 压缩方法
-
setCompressType
public void setCompressType(String CompressType)
Set 压缩方法- Parameters:
CompressType- 压缩方法
-
-