public class PartitionOffset extends AbstractModel
| Constructor and Description | 
|---|
| PartitionOffset() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getOffset()Get Offset, such as 100
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getPartition()Get Partition, such as "0" or "1"
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setOffset(Long Offset)Set Offset, such as 100
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setPartition(String Partition)Set Partition, such as "0" or "1"
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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 getPartition()
public void setPartition(String Partition)
Partition - Partition, such as "0" or "1"
Note: this field may return null, indicating that no valid values can be obtained.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, such as 100
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.