public class DescribeStationsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeStationsRequest() | 
| DescribeStationsRequest(DescribeStationsRequest 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 | 
|---|---|
| Long | getLimit()Get 条数,必须大于0 | 
| Long | getOffset()Get offset (Default = 0),Offset=Offset+Limit | 
| void | setLimit(Long Limit)Set 条数,必须大于0 | 
| void | setOffset(Long Offset)Set offset (Default = 0),Offset=Offset+Limit | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeStationsRequest()
public DescribeStationsRequest(DescribeStationsRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - 条数,必须大于0public Long getOffset()
public void setOffset(Long Offset)
Offset - offset (Default = 0),Offset=Offset+LimitCopyright © 2025. All rights reserved.