public class BatchGetLogRequest extends Request
| 构造器和说明 |
|---|
BatchGetLogRequest(String project,
String logStore,
int shardId,
int count,
String cursor)
Construct a get cursor request
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
GetCount() |
String |
GetCursor() |
String |
GetLogStore() |
int |
GetShardId() |
void |
SetCount(int count) |
void |
SetCursor(String cursor) |
void |
SetLogStore(String logStore) |
void |
SetShardId(int shardId) |
GetAllParams, GetParam, GetProject, SetParamprotected String mLogStore
protected int mShardId
public 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 int GetCount()
public void SetCount(int count)
count - the count to setCopyright © 2016. All Rights Reserved.