public class AnonymousInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AnonymousInfo() |
AnonymousInfo(AnonymousInfo 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 |
---|---|
ConditionInfo[] |
getConditions()
Get 条件列表
|
String[] |
getOperations()
Get 操作列表,支持trackLog(JS/HTTP上传日志 )和realtimeProducer(kafka协议上传日志)
|
void |
setConditions(ConditionInfo[] Conditions)
Set 条件列表
|
void |
setOperations(String[] Operations)
Set 操作列表,支持trackLog(JS/HTTP上传日志 )和realtimeProducer(kafka协议上传日志)
|
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 AnonymousInfo()
public AnonymousInfo(AnonymousInfo source)
public String[] getOperations()
public void setOperations(String[] Operations)
Operations
- 操作列表,支持trackLog(JS/HTTP上传日志 )和realtimeProducer(kafka协议上传日志)public ConditionInfo[] getConditions()
public void setConditions(ConditionInfo[] Conditions)
Conditions
- 条件列表Copyright © 2024. All rights reserved.