public class CreateAllocationUnitRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAllocationUnitRequest() |
CreateAllocationUnitRequest(CreateAllocationUnitRequest 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 |
getMonth()
Get 月份,不传默认当前月
|
String |
getName()
Get 新增分账单元名称
|
Long |
getParentId()
Get 新增分账单元父节点ID
|
void |
setMonth(String Month)
Set 月份,不传默认当前月
|
void |
setName(String Name)
Set 新增分账单元名称
|
void |
setParentId(Long ParentId)
Set 新增分账单元父节点ID
|
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 CreateAllocationUnitRequest()
public CreateAllocationUnitRequest(CreateAllocationUnitRequest source)
public Long getParentId()
public void setParentId(Long ParentId)
ParentId
- 新增分账单元父节点IDpublic String getName()
public void setName(String Name)
Name
- 新增分账单元名称public String getMonth()
public void setMonth(String Month)
Month
- 月份,不传默认当前月Copyright © 2025. All rights reserved.