public class GetCursorTimeRequest extends Request
| 构造器和说明 |
|---|
GetCursorTimeRequest(String project,
String logStore,
int shardId,
String cursor) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
GetCursor() |
String |
GetLogStore() |
int |
GetShardId() |
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 - Copyright © 2016. All Rights Reserved.