public class ClsLogTopicInfo extends AbstractModel
Constructor and Description |
---|
ClsLogTopicInfo() |
ClsLogTopicInfo(ClsLogTopicInfo 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.
|
String |
getDeleted()
Get Whether the log topic is deleted.
|
Boolean |
getEnabled()
Get Whether the log topic is enabled.
|
String |
getEntityType()
Get Type of the task.
|
String |
getLogSetId()
Get ID of the logset.
|
String |
getLogSetRegion()
Get Region of the logset.
|
String |
getLogSetType()
Get Type of the shipping task.
|
Long |
getPeriod()
Get Retention period of the log topic.
|
String |
getTarget()
Get Target location.
|
String |
getTaskName()
Get Name of the task.
|
String |
getTopicId()
Get ID of the log topic.
|
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.
|
void |
setDeleted(String Deleted)
Set Whether the log topic is deleted.
|
void |
setEnabled(Boolean Enabled)
Set Whether the log topic is enabled.
|
void |
setEntityType(String EntityType)
Set Type of the task.
|
void |
setLogSetId(String LogSetId)
Set ID of the logset.
|
void |
setLogSetRegion(String LogSetRegion)
Set Region of the logset.
|
void |
setLogSetType(String LogSetType)
Set Type of the shipping task.
|
void |
setPeriod(Long Period)
Set Retention period of the log topic.
|
void |
setTarget(String Target)
Set Target location.
|
void |
setTaskName(String TaskName)
Set Name of the task.
|
void |
setTopicId(String TopicId)
Set ID of the log topic.
|
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, toJsonString
public ClsLogTopicInfo()
public ClsLogTopicInfo(ClsLogTopicInfo source)
public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Name of the task.public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- Name of the site.public String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId
- ID of the logset.public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- ID of the log topic.public String getEntityType()
public void setEntityType(String EntityType)
EntityType
- Type of the task.public Long getPeriod()
public void setPeriod(Long Period)
Period
- Retention period of the log topic.public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled
- Whether the log topic is enabled.public String getDeleted()
public void setDeleted(String Deleted)
Deleted
- Whether the log topic is deleted.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time.public String getTarget()
public void setTarget(String Target)
Target
- Target location. Values:
public String getLogSetRegion()
public void setLogSetRegion(String LogSetRegion)
LogSetRegion
- Region of the logset.
Note: This field may return null, indicating that no valid values can be obtained.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 getArea()
public void setArea(String Area)
Area
- Acceleration region. Values:
public String getLogSetType()
public void setLogSetType(String LogSetType)
LogSetType
- Type of the shipping task. Values:
Copyright © 2023. All rights reserved.