public class ModifyAllocationUnitRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAllocationUnitRequest() |
ModifyAllocationUnitRequest(ModifyAllocationUnitRequest 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 |
---|---|
Long |
getId()
Get ID of the modified cost allocation unit.
|
String |
getMonth()
Get Month, the current month by default if not provided.
|
String |
getName()
Get Modified cost allocation unit name.
|
String |
getRemark()
Get Cost allocation unit remark description.
|
String |
getSourceId()
Get Modified allocation unit source organization ID.
|
String |
getSourceName()
Get Modified cost allocation unit source organization name.
|
void |
setId(Long Id)
Set ID of the modified cost allocation unit.
|
void |
setMonth(String Month)
Set Month, the current month by default if not provided.
|
void |
setName(String Name)
Set Modified cost allocation unit name.
|
void |
setRemark(String Remark)
Set Cost allocation unit remark description.
|
void |
setSourceId(String SourceId)
Set Modified allocation unit source organization ID.
|
void |
setSourceName(String SourceName)
Set Modified cost allocation unit source organization name.
|
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 ModifyAllocationUnitRequest()
public ModifyAllocationUnitRequest(ModifyAllocationUnitRequest source)
public Long getId()
public void setId(Long Id)
Id
- ID of the modified cost allocation unit.public String getName()
public void setName(String Name)
Name
- Modified cost allocation unit name.public String getSourceName()
public void setSourceName(String SourceName)
SourceName
- Modified cost allocation unit source organization name.public String getSourceId()
public void setSourceId(String SourceId)
SourceId
- Modified allocation unit source organization ID.public String getRemark()
public void setRemark(String Remark)
Remark
- Cost allocation unit remark description.public String getMonth()
public void setMonth(String Month)
Month
- Month, the current month by default if not provided.Copyright © 2025. All rights reserved.