public class LogTopicDetailInfo extends AbstractModel
| Constructor and Description | 
|---|
| LogTopicDetailInfo() | 
| LogTopicDetailInfo(LogTopicDetailInfo 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 | getArea()Get Acceleration region. | 
| String | getCreateTime()Get Creation time in the format of YYYY-mm-dd HH:MM:SS. | 
| String | getDeleted()Get Whether the shipping task is deleted. | 
| Boolean | getEnabled()Get Whether the shipping task is enabled. | 
| String[] | getEntityList()Get List of tasks. | 
| String | getEntityType()Get Type of the shipping task. | 
| String | getLogSetId()Get ID of the logset. | 
| String | getLogSetName()Get Name of the logset. | 
| String | getLogSetRegion()Get Region of the logset. | 
| Long | getPeriod()Get Retention period of the shipping task topic. | 
| String | getTaskName()Get Name of the shipping task. | 
| String | getTopicId()Get Topic ID of the shipping task. | 
| String | getTopicName()Get Topic name of the shipping task. | 
| String | getZoneId()Get ID of the site. | 
| String | getZoneName()Get Name of the site. | 
| void | setArea(String Area)Set Acceleration region. | 
| void | setCreateTime(String CreateTime)Set Creation time in the format of YYYY-mm-dd HH:MM:SS. | 
| void | setDeleted(String Deleted)Set Whether the shipping task is deleted. | 
| void | setEnabled(Boolean Enabled)Set Whether the shipping task is enabled. | 
| void | setEntityList(String[] EntityList)Set List of tasks. | 
| void | setEntityType(String EntityType)Set Type of the shipping task. | 
| void | setLogSetId(String LogSetId)Set ID of the logset. | 
| void | setLogSetName(String LogSetName)Set Name of the logset. | 
| void | setLogSetRegion(String LogSetRegion)Set Region of the logset. | 
| void | setPeriod(Long Period)Set Retention period of the shipping task topic. | 
| void | setTaskName(String TaskName)Set Name of the shipping task. | 
| void | setTopicId(String TopicId)Set Topic ID of the shipping task. | 
| void | setTopicName(String TopicName)Set Topic name of the shipping task. | 
| void | setZoneId(String ZoneId)Set ID of the site. | 
| void | setZoneName(String ZoneName)Set Name of the site. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic LogTopicDetailInfo()
public LogTopicDetailInfo(LogTopicDetailInfo source)
public String getTaskName()
public void setTaskName(String TaskName)
TaskName - Name of the shipping task.public String getLogSetRegion()
public void setLogSetRegion(String LogSetRegion)
LogSetRegion - Region of the logset.public String getEntityType()
public void setEntityType(String EntityType)
EntityType - Type of the shipping task.public String[] getEntityList()
public void setEntityList(String[] EntityList)
EntityList - List of tasks.public String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId - ID of the logset.public String getLogSetName()
public void setLogSetName(String LogSetName)
LogSetName - Name of the logset.public String getTopicId()
public void setTopicId(String TopicId)
TopicId - Topic ID of the shipping task.public String getTopicName()
public void setTopicName(String TopicName)
TopicName - Topic name of the shipping task.public Long getPeriod()
public void setPeriod(Long Period)
Period - Retention period of the shipping task topic. Unit: day.public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled - Whether the shipping task is enabled.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time in the format of YYYY-mm-dd HH:MM:SS.public String getArea()
public void setArea(String Area)
Area - Acceleration region. Values:
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - ID of the site.
Note: This field may return null, indicating that no valid values can be obtained.public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName - Name of the site.
Note: This field may return null, indicating that no valid values can be obtained.public String getDeleted()
public void setDeleted(String Deleted)
Deleted - Whether the shipping task is deleted. Values:
Copyright © 2022. All rights reserved.