public class ResourceField extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourceField() |
ResourceField(ResourceField 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 |
getActionType()
Get 跟踪事件类型(读:Read;写:Write;全部:*)
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getEventNames()
Get 跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:[""];指定ResourceType时,支持全部接口:[""];支持部分接口:["cos", "cls"],接口列表上限10个)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResourceType()
Get 跟踪事件所属产品(支持全部产品或单个产品,如:cam,全部:*)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setActionType(String ActionType)
Set 跟踪事件类型(读:Read;写:Write;全部:*)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventNames(String[] EventNames)
Set 跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:[""];指定ResourceType时,支持全部接口:[""];支持部分接口:["cos", "cls"],接口列表上限10个)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResourceType(String ResourceType)
Set 跟踪事件所属产品(支持全部产品或单个产品,如:cam,全部:*)
注意:此字段可能返回 null,表示取不到有效值。
|
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 ResourceField()
public ResourceField(ResourceField source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 跟踪事件所属产品(支持全部产品或单个产品,如:cam,全部:*)
注意:此字段可能返回 null,表示取不到有效值。public String getActionType()
public void setActionType(String ActionType)
ActionType
- 跟踪事件类型(读:Read;写:Write;全部:*)
注意:此字段可能返回 null,表示取不到有效值。public String[] getEventNames()
public void setEventNames(String[] EventNames)
EventNames
- 跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:[""];指定ResourceType时,支持全部接口:[""];支持部分接口:["cos", "cls"],接口列表上限10个)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.