public class ModifyApproveStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyApproveStatusRequest() |
ModifyApproveStatusRequest(ModifyApproveStatusRequest 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[] |
getApproveIds()
Get 审批单ids
|
String |
getRemark()
Get 审批备注
|
String |
getStatus()
Get 状态
|
void |
setApproveIds(String[] ApproveIds)
Set 审批单ids
|
void |
setRemark(String Remark)
Set 审批备注
|
void |
setStatus(String Status)
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, toJsonString
public ModifyApproveStatusRequest()
public ModifyApproveStatusRequest(ModifyApproveStatusRequest source)
public String[] getApproveIds()
public void setApproveIds(String[] ApproveIds)
ApproveIds
- 审批单idspublic String getRemark()
public void setRemark(String Remark)
Remark
- 审批备注public String getStatus()
public void setStatus(String Status)
Status
- 状态Copyright © 2024. All rights reserved.