public class UploadLogRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCompressType()
Get 压缩方法
|
String |
getHashKey()
Get 根据 hashkey 写入相应范围的主题分区
|
String |
getTopicId()
Get 主题id
|
void |
setCompressType(String CompressType)
Set 压缩方法
|
void |
setHashKey(String HashKey)
Set 根据 hashkey 写入相应范围的主题分区
|
void |
setTopicId(String TopicId)
Set 主题id
|
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 UploadLogRequest()
public UploadLogRequest(UploadLogRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 主题idpublic String getHashKey()
public void setHashKey(String HashKey)
HashKey
- 根据 hashkey 写入相应范围的主题分区public String getCompressType()
public void setCompressType(String CompressType)
CompressType
- 压缩方法Copyright © 2022. All rights reserved.