public class CreateLogTopicTaskRequest extends AbstractModel
Constructor and Description |
---|
CreateLogTopicTaskRequest() |
CreateLogTopicTaskRequest(CreateLogTopicTaskRequest 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[] |
getEntityList()
Get List of shipping entities.
|
String |
getEntityType()
Get Type of the shipping entity.
|
String |
getLogSetId()
Get ID of the logset.
|
String |
getLogSetRegion()
Get Region of the logset.
|
Long |
getPeriod()
Get Retention period of the log topic.
|
String |
getTaskName()
Get Name of the shipping task.
|
String |
getTopicName()
Get Topic name of the logset.
|
String |
getZoneId()
Get ID of the site.
|
String |
getZoneName()
Get Name of the site.
|
void |
setArea(String Area)
Set Acceleration region.
|
void |
setEntityList(String[] EntityList)
Set List of shipping entities.
|
void |
setEntityType(String EntityType)
Set Type of the shipping entity.
|
void |
setLogSetId(String LogSetId)
Set ID of the logset.
|
void |
setLogSetRegion(String LogSetRegion)
Set Region of the logset.
|
void |
setPeriod(Long Period)
Set Retention period of the log topic.
|
void |
setTaskName(String TaskName)
Set Name of the shipping task.
|
void |
setTopicName(String TopicName)
Set Topic name of the logset.
|
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 CreateLogTopicTaskRequest()
public CreateLogTopicTaskRequest(CreateLogTopicTaskRequest source)
public String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId
- ID of the logset.public String getLogSetRegion()
public void setLogSetRegion(String LogSetRegion)
LogSetRegion
- Region of the logset.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Topic name of the logset.public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Name of the shipping task.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site.public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- Name of the site.public String getEntityType()
public void setEntityType(String EntityType)
EntityType
- Type of the shipping entity. Values:
public Long getPeriod()
public void setPeriod(Long Period)
Period
- Retention period of the log topic. Value range: 1–366 (in days).public String[] getEntityList()
public void setEntityList(String[] EntityList)
EntityList
- List of shipping entities.public String getArea()
public void setArea(String Area)
Area
- Acceleration region. Values:
Copyright © 2022. All rights reserved.