public class SlowLogItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
SlowLogItem() |
SlowLogItem(SlowLogItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getLog()
Get 慢日志
|
String |
getNodeName()
Get 节点名称
|
String |
getQueryHash()
Get queryHash
|
void |
setLog(String Log)
Set 慢日志
|
void |
setNodeName(String NodeName)
Set 节点名称
|
void |
setQueryHash(String QueryHash)
Set queryHash
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SlowLogItem()
public SlowLogItem(SlowLogItem source)
public String getLog()
public void setLog(String Log)
Log
- 慢日志public String getNodeName()
public void setNodeName(String NodeName)
NodeName
- 节点名称public String getQueryHash()
public void setQueryHash(String QueryHash)
QueryHash
- queryHashCopyright © 2025. All rights reserved.