public class GetCursorTimeRequest extends Request
| Modifier and Type | Field and Description |
|---|---|
protected String |
mLogStore |
protected int |
mShardId |
| Constructor and Description |
|---|
GetCursorTimeRequest(String project,
String logStore,
int shardId,
String cursor) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2025. All Rights Reserved.