public class UploadLogRequest extends AbstractModel
header, skipSign| 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 Compression type 
 | 
String | 
getHashKey()
Get Topic partition where data will be written into by `HashKey` 
 | 
String | 
getTopicId()
Get Topic ID 
 | 
void | 
setCompressType(String CompressType)
Set Compression type 
 | 
void | 
setHashKey(String HashKey)
Set Topic partition where data will be written into by `HashKey` 
 | 
void | 
setTopicId(String TopicId)
Set Topic ID 
 | 
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, toJsonStringpublic UploadLogRequest()
public UploadLogRequest(UploadLogRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - Topic IDpublic String getHashKey()
public void setHashKey(String HashKey)
HashKey - Topic partition where data will be written into by `HashKey`public String getCompressType()
public void setCompressType(String CompressType)
CompressType - Compression typeCopyright © 2025. All rights reserved.