public class BudgetInfoApiResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BudgetInfoApiResponse() | 
| BudgetInfoApiResponse(BudgetInfoApiResponse 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 | getBudgetId()Get 预算项目id | 
| String | getUpdateTime()Get 更新预算时间 | 
| void | setBudgetId(String BudgetId)Set 预算项目id | 
| void | setUpdateTime(String UpdateTime)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 BudgetInfoApiResponse()
public BudgetInfoApiResponse(BudgetInfoApiResponse source)
public String getBudgetId()
public void setBudgetId(String BudgetId)
BudgetId - 预算项目idpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 更新预算时间Copyright © 2025. All rights reserved.