public class Partitions extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2023. All rights reserved.