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