public class FitClsLogRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
FitClsLogRequest() |
FitClsLogRequest(FitClsLogRequest 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 |
getClsLogSetId()
Get cls日志集ID
|
String |
getInstanceId()
Get 集群ID,例如cdwch-xxxx
|
String |
getLogType()
Get 日志的类型,es还是cls_topic
|
void |
setClsLogSetId(String ClsLogSetId)
Set cls日志集ID
|
void |
setInstanceId(String InstanceId)
Set 集群ID,例如cdwch-xxxx
|
void |
setLogType(String LogType)
Set 日志的类型,es还是cls_topic
|
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 FitClsLogRequest()
public FitClsLogRequest(FitClsLogRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群ID,例如cdwch-xxxxpublic String getClsLogSetId()
public void setClsLogSetId(String ClsLogSetId)
ClsLogSetId
- cls日志集IDpublic String getLogType()
public void setLogType(String LogType)
LogType
- 日志的类型,es还是cls_topicCopyright © 2024. All rights reserved.