public class ModifyLogTopicTaskRequest extends AbstractModel
Constructor and Description |
---|
ModifyLogTopicTaskRequest() |
ModifyLogTopicTaskRequest(ModifyLogTopicTaskRequest 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[] |
getAddedEntityList()
Get List of shipping entities to be added.
|
String[] |
getDropEntityList()
Get List of shipping entities to be deleted.
|
String |
getEntityType()
Get Type of the shipping entity.
|
String |
getLogSetId()
Get ID of the logset.
|
String |
getLogSetName()
Get The new logset name.
|
String |
getLogSetRegion()
Get Region of the logset.
|
Long |
getPeriod()
Get The retention period of the updated logset.
|
String |
getTaskName()
Get Name of the shipping task.
|
String |
getTopicId()
Get ID of the log topic.
|
String |
getTopicName()
Get The new topic name.
|
String |
getZoneId()
Get ID of the site.
|
void |
setAddedEntityList(String[] AddedEntityList)
Set List of shipping entities to be added.
|
void |
setDropEntityList(String[] DropEntityList)
Set List of shipping entities to be deleted.
|
void |
setEntityType(String EntityType)
Set Type of the shipping entity.
|
void |
setLogSetId(String LogSetId)
Set ID of the logset.
|
void |
setLogSetName(String LogSetName)
Set The new logset name.
|
void |
setLogSetRegion(String LogSetRegion)
Set Region of the logset.
|
void |
setPeriod(Long Period)
Set The retention period of the updated logset.
|
void |
setTaskName(String TaskName)
Set Name of the shipping task.
|
void |
setTopicId(String TopicId)
Set ID of the log topic.
|
void |
setTopicName(String TopicName)
Set The new topic name.
|
void |
setZoneId(String ZoneId)
Set ID 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 ModifyLogTopicTaskRequest()
public ModifyLogTopicTaskRequest(ModifyLogTopicTaskRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site.public String getLogSetRegion()
public void setLogSetRegion(String LogSetRegion)
LogSetRegion
- Region of the logset.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 shipping entity. Values:
public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Name of the shipping task.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- The new topic name. If you do not specify this field, no changes will be made.public String getLogSetName()
public void setLogSetName(String LogSetName)
LogSetName
- The new logset name.public Long getPeriod()
public void setPeriod(Long Period)
Period
- The retention period of the updated logset.public String[] getDropEntityList()
public void setDropEntityList(String[] DropEntityList)
DropEntityList
- List of shipping entities to be deleted.public String[] getAddedEntityList()
public void setAddedEntityList(String[] AddedEntityList)
AddedEntityList
- List of shipping entities to be added.Copyright © 2022. All rights reserved.