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 consumption offset. 
 | 
Long | 
getPartition()
Get Partition. 
 | 
void | 
setOffset(Long Offset)
Set Partition consumption offset. 
 | 
void | 
setPartition(Long Partition)
Set Partition. 
 | 
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 - Partition.public Long getOffset()
public void setOffset(Long Offset)
Offset - Partition consumption offset.Copyright © 2025. All rights reserved.