public class DescribeLogTopicTaskDetailRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeLogTopicTaskDetailRequest() | 
| DescribeLogTopicTaskDetailRequest(DescribeLogTopicTaskDetailRequest 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 | getTopicId()Get ID of the shipping task. | 
| String | getZoneId()Get ID of the site. | 
| void | setTopicId(String TopicId)Set ID of the shipping task. | 
| 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, toJsonStringpublic DescribeLogTopicTaskDetailRequest()
public DescribeLogTopicTaskDetailRequest(DescribeLogTopicTaskDetailRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - ID of the shipping task.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - ID of the site.Copyright © 2022. All rights reserved.