public class BatchGetLogRequest extends Request
| 构造器和说明 |
|---|
BatchGetLogRequest(String project,
String logStore,
int shardId,
int count,
String cursor)
Construct a get cursor request
|
BatchGetLogRequest(String project,
String logStore,
int shardId,
int count,
String cursor,
String end_cursor)
Construct a get cursor request
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
GetCount() |
String |
GetCursor() |
String |
GetEndCursor()
get the end cursor
|
String |
GetLogStore() |
int |
GetShardId() |
void |
SetCount(int count) |
void |
SetCursor(String cursor) |
void |
SetEndCursor(String end_cursor)
set end cursor
|
void |
SetLogStore(String logStore) |
void |
SetShardId(int shardId) |
GetAllParams, GetParam, GetProject, SetParamprotected String mLogStore
protected int mShardId
public BatchGetLogRequest(String project, String logStore, int shardId, int count, String cursor)
project - project namelogStore - log stream nameshardId - shard idcursor - current cursorcount - loggroup numpublic BatchGetLogRequest(String project, String logStore, int shardId, int count, String cursor, String end_cursor)
project - project namelogStore - log stream nameshardId - shard idcursor - current cursorcount - loggroup numend_cursor - the end cursorpublic String GetLogStore()
public void SetLogStore(String logStore)
logStore - the logStore to setpublic int GetShardId()
public void SetShardId(int shardId)
shardId - the shardId to setpublic String GetCursor()
public void SetCursor(String cursor)
cursor - the cursor to setpublic String GetEndCursor()
public void SetEndCursor(String end_cursor)
end_cursor - the end cursorpublic int GetCount()
public void SetCount(int count)
count - the count to setCopyright © 2016. All Rights Reserved.