public class Tracks extends AbstractModel
header, skipSign
Constructor and Description |
---|
Tracks() |
Tracks(Tracks 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;全部:*)
|
String |
getCreateTime()
Get 跟踪集创建时间
|
String[] |
getEventNames()
Get 跟踪事件接口名列表(全部:[*])
|
String |
getName()
Get 跟踪集名称
|
String |
getResourceType()
Get 跟踪事件所属产品(如:cos,全部:*)
|
Long |
getStatus()
Get 跟踪集状态(未开启:0;开启:1)
|
Storage |
getStorage()
Get 数据投递存储(目前支持 cos、cls)
|
Long |
getTrackId()
Get 跟踪集 ID
|
void |
setActionType(String ActionType)
Set 跟踪事件类型(读:Read;写:Write;全部:*)
|
void |
setCreateTime(String CreateTime)
Set 跟踪集创建时间
|
void |
setEventNames(String[] EventNames)
Set 跟踪事件接口名列表(全部:[*])
|
void |
setName(String Name)
Set 跟踪集名称
|
void |
setResourceType(String ResourceType)
Set 跟踪事件所属产品(如:cos,全部:*)
|
void |
setStatus(Long Status)
Set 跟踪集状态(未开启:0;开启:1)
|
void |
setStorage(Storage Storage)
Set 数据投递存储(目前支持 cos、cls)
|
void |
setTrackId(Long TrackId)
Set 跟踪集 ID
|
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 Tracks()
public Tracks(Tracks source)
public String getName()
public void setName(String Name)
Name
- 跟踪集名称public String getActionType()
public void setActionType(String ActionType)
ActionType
- 跟踪事件类型(读:Read;写:Write;全部:*)public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 跟踪事件所属产品(如:cos,全部:*)public Long getStatus()
public void setStatus(Long Status)
Status
- 跟踪集状态(未开启:0;开启:1)public String[] getEventNames()
public void setEventNames(String[] EventNames)
EventNames
- 跟踪事件接口名列表(全部:[*])public Storage getStorage()
public void setStorage(Storage Storage)
Storage
- 数据投递存储(目前支持 cos、cls)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 跟踪集创建时间public Long getTrackId()
public void setTrackId(Long TrackId)
TrackId
- 跟踪集 IDCopyright © 2024. All rights reserved.