public class BatchPutLogsRequest extends Request
| Constructor and Description |
|---|
BatchPutLogsRequest(String project,
String logStore,
List<LogGroup> logGroups,
String hashKey) |
| Modifier and Type | Method and Description |
|---|---|
Consts.CompressType |
getCompressType() |
String |
getHashKey() |
List<LogGroup> |
getLogGroups() |
String |
getLogStore() |
byte[] |
serializeToPb() |
void |
setCompressType(Consts.CompressType compressType) |
void |
setHashKey(String hashKey) |
void |
setLogGroups(List<LogGroup> logGroups) |
void |
setLogStore(String logStore) |
GetAllParams, GetParam, GetProject, SetParampublic String getLogStore()
public void setLogStore(String logStore)
public String getHashKey()
public void setHashKey(String hashKey)
public Consts.CompressType getCompressType()
public void setCompressType(Consts.CompressType compressType)
public byte[] serializeToPb()
throws LogException
LogExceptionCopyright © 2025. All Rights Reserved.