public class TPartition extends AbstractModel
skipSign
Constructor and Description |
---|
TPartition() |
TPartition(TPartition 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 |
---|---|
String |
getComment()
Get The field description.
|
String |
getName()
Get The field name.
|
Long |
getPartitionDot()
Get The separator count of the partition conversion policy.
|
String |
getPartitionFormat()
Get The partition format.
|
String |
getPartitionType()
Get The partition type.
|
String |
getTransform()
Get The partition conversion policy.
|
String[] |
getTransformArgs()
Get The policy parameters.
|
String |
getType()
Get The field type.
|
void |
setComment(String Comment)
Set The field description.
|
void |
setName(String Name)
Set The field name.
|
void |
setPartitionDot(Long PartitionDot)
Set The separator count of the partition conversion policy.
|
void |
setPartitionFormat(String PartitionFormat)
Set The partition format.
|
void |
setPartitionType(String PartitionType)
Set The partition type.
|
void |
setTransform(String Transform)
Set The partition conversion policy.
|
void |
setTransformArgs(String[] TransformArgs)
Set The policy parameters.
|
void |
setType(String Type)
Set The field type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TPartition()
public TPartition(TPartition source)
public String getName()
public void setName(String Name)
Name
- The field name.public String getType()
public void setType(String Type)
Type
- The field type.public String getComment()
public void setComment(String Comment)
Comment
- The field description.public String getPartitionType()
public void setPartitionType(String PartitionType)
PartitionType
- The partition type.public String getPartitionFormat()
public void setPartitionFormat(String PartitionFormat)
PartitionFormat
- The partition format.public Long getPartitionDot()
public void setPartitionDot(Long PartitionDot)
PartitionDot
- The separator count of the partition conversion policy.public String getTransform()
public void setTransform(String Transform)
Transform
- The partition conversion policy.public String[] getTransformArgs()
public void setTransformArgs(String[] TransformArgs)
TransformArgs
- The policy parameters.Copyright © 2023. All rights reserved.