public class ApproveType extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ApproveType() |
ApproveType(ApproveType 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 |
getClassification()
Get 申请类型key
|
String |
getType()
Get 申请分类key
|
String |
getTypeName()
Get 类型名称
|
void |
setClassification(String Classification)
Set 申请类型key
|
void |
setType(String Type)
Set 申请分类key
|
void |
setTypeName(String TypeName)
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, toJsonStringpublic ApproveType()
public ApproveType(ApproveType source)
public String getType()
public void setType(String Type)
Type - 申请分类keypublic String getTypeName()
public void setTypeName(String TypeName)
TypeName - 类型名称public String getClassification()
public void setClassification(String Classification)
Classification - 申请类型keyCopyright © 2024. All rights reserved.