public class GetTopicsRequest extends AbstractModel
| Constructor and Description |
|---|
GetTopicsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLength()
Get 长度
|
Long |
getOffset()
Get 偏移
|
String |
getProductId()
Get 产品Id
|
void |
setLength(Long Length)
Set 长度
|
void |
setOffset(Long Offset)
Set 偏移
|
void |
setProductId(String ProductId)
Set 产品Id
|
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 String getProductId()
public void setProductId(String ProductId)
ProductId - 产品Idpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移public Long getLength()
public void setLength(Long Length)
Length - 长度Copyright © 2020. All rights reserved.