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 Month, which is the current month by default if not provided.
|
String |
getName()
Get Specifies the name of a newly-added cost allocation unit.
|
Long |
getParentId()
Get New cost allocation unit parent node ID.
|
void |
setMonth(String Month)
Set Month, which is the current month by default if not provided.
|
void |
setName(String Name)
Set Specifies the name of a newly-added cost allocation unit.
|
void |
setParentId(Long ParentId)
Set New cost allocation unit parent node ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAllocationUnitRequest()
public CreateAllocationUnitRequest(CreateAllocationUnitRequest source)
public Long getParentId()
public void setParentId(Long ParentId)
ParentId
- New cost allocation unit parent node ID.public String getName()
public void setName(String Name)
Name
- Specifies the name of a newly-added cost allocation unit.public String getMonth()
public void setMonth(String Month)
Month
- Month, which is the current month by default if not provided.Copyright © 2025. All rights reserved.