public class LogStore
extends java.lang.Object
implements java.io.Serializable
构造器和说明 |
---|
LogStore() |
LogStore(LogStore logStore) |
LogStore(java.lang.String logStoreName,
int ttl,
int shardCount) |
限定符和类型 | 方法和说明 |
---|---|
void |
FromJsonObject(net.sf.json.JSONObject dict) |
void |
FromJsonString(java.lang.String logStoreString) |
int |
GetCreateTime() |
int |
GetLastModifyTime() |
java.lang.String |
GetLogStoreName() |
int |
GetShardCount() |
int |
GetTtl() |
void |
SetLogStoreName(java.lang.String logStoreName) |
void |
SetShardCount(int shardCount) |
void |
SetTtl(int ttl) |
net.sf.json.JSONObject |
ToJsonObject() |
java.lang.String |
ToJsonString() |
net.sf.json.JSONObject |
ToRequestJson() |
java.lang.String |
ToRequestString() |
public LogStore()
public LogStore(java.lang.String logStoreName, int ttl, int shardCount)
public LogStore(LogStore logStore)
public java.lang.String GetLogStoreName()
public int GetTtl()
public int GetShardCount()
public int GetCreateTime()
public int GetLastModifyTime()
public void SetLogStoreName(java.lang.String logStoreName)
logStoreName
- the logStoreName to Setpublic void SetTtl(int ttl)
ttl
- the ttl to Setpublic void SetShardCount(int shardCount)
shardCount
- the shardCount to Setpublic net.sf.json.JSONObject ToRequestJson()
public java.lang.String ToRequestString()
public net.sf.json.JSONObject ToJsonObject()
public java.lang.String ToJsonString()
public void FromJsonObject(net.sf.json.JSONObject dict) throws LogException
LogException
public void FromJsonString(java.lang.String logStoreString) throws LogException
LogException