public class Partitions extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Partitions() | 
| Partitions(Partitions 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 | getOffset()Get partition 消费位移 | 
| Long | getPartition()Get 分区 | 
| void | setOffset(Long Offset)Set partition 消费位移 | 
| void | setPartition(Long Partition)Set 分区 | 
| 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 Partitions()
public Partitions(Partitions source)
public Long getPartition()
public void setPartition(Long Partition)
Partition - 分区public Long getOffset()
public void setOffset(Long Offset)
Offset - partition 消费位移Copyright © 2025. All rights reserved.