public class Partition extends AbstractModel
Constructor and Description |
---|
Partition() |
Partition(Partition 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 对分区的描述。
|
String |
getName()
Get 分区列名。
|
String |
getType()
Get 分区类型。
|
void |
setComment(String Comment)
Set 对分区的描述。
|
void |
setName(String Name)
Set 分区列名。
|
void |
setType(String Type)
Set 分区类型。
|
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 Partition()
public Partition(Partition source)
public String getName()
public void setName(String Name)
Name
- 分区列名。public String getType()
public void setType(String Type)
Type
- 分区类型。public String getComment()
public void setComment(String Comment)
Comment
- 对分区的描述。Copyright © 2021. All rights reserved.