public class PartitionOffset extends AbstractModel
| Constructor and Description |
|---|
PartitionOffset() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getOffset()
Get Offset,例如100
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPartition()
Get Partition,例如"0"或"1"
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOffset(Long Offset)
Set Offset,例如100
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPartition(String Partition)
Set Partition,例如"0"或"1"
注意:此字段可能返回 null,表示取不到有效值。
|
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,例如"0"或"1"
注意:此字段可能返回 null,表示取不到有效值。public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset,例如100
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.