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 Tracking set event type (`Read`: Read; `Write`: Write; `*`: All) 
 | 
String | 
getCreateTime()
Get Creation time of the tracking set 
 | 
String[] | 
getEventNames()
Get The list of API names of tracking set events (`*`: All) 
 | 
String | 
getName()
Get Tracking set name 
 | 
String | 
getResourceType()
Get The product to which the tracking set event belongs, such as `cos`, or `*` that indicates all products 
 | 
Long | 
getStatus()
Get Tracking set status (0: Not enabled; 1: Enabled) 
 | 
Storage | 
getStorage()
Get Storage type of shipped data. 
 | 
Long | 
getTrackId()
Get Tracking set ID 
 | 
void | 
setActionType(String ActionType)
Set Tracking set event type (`Read`: Read; `Write`: Write; `*`: All) 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time of the tracking set 
 | 
void | 
setEventNames(String[] EventNames)
Set The list of API names of tracking set events (`*`: All) 
 | 
void | 
setName(String Name)
Set Tracking set name 
 | 
void | 
setResourceType(String ResourceType)
Set The product to which the tracking set event belongs, such as `cos`, or `*` that indicates all products 
 | 
void | 
setStatus(Long Status)
Set Tracking set status (0: Not enabled; 1: Enabled) 
 | 
void | 
setStorage(Storage Storage)
Set Storage type of shipped data. 
 | 
void | 
setTrackId(Long TrackId)
Set Tracking 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, toJsonStringpublic Tracks()
public Tracks(Tracks source)
public String getName()
public void setName(String Name)
Name - Tracking set namepublic String getActionType()
public void setActionType(String ActionType)
ActionType - Tracking set event type (`Read`: Read; `Write`: Write; `*`: All)public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - The product to which the tracking set event belongs, such as `cos`, or `*` that indicates all productspublic Long getStatus()
public void setStatus(Long Status)
Status - Tracking set status (0: Not enabled; 1: Enabled)public String[] getEventNames()
public void setEventNames(String[] EventNames)
EventNames - The list of API names of tracking set events (`*`: All)public Storage getStorage()
public void setStorage(Storage Storage)
Storage - Storage type of shipped data. Valid values: `cos`, `cls`.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time of the tracking setpublic Long getTrackId()
public void setTrackId(Long TrackId)
TrackId - Tracking set IDCopyright © 2025. All rights reserved.