public class ModifyCompanyApplyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyCompanyApplyRequest() | 
| ModifyCompanyApplyRequest(ModifyCompanyApplyRequest 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 | getApplyId()Get 申请单ID(只能修改状态为“驳回”或者“待审核”的申请单) | 
| CompanyApplyInfo | getCompanyInfo()Get 企业资质信息 | 
| void | setApplyId(Long ApplyId)Set 申请单ID(只能修改状态为“驳回”或者“待审核”的申请单) | 
| void | setCompanyInfo(CompanyApplyInfo CompanyInfo)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 ModifyCompanyApplyRequest()
public ModifyCompanyApplyRequest(ModifyCompanyApplyRequest source)
public Long getApplyId()
public void setApplyId(Long ApplyId)
ApplyId - 申请单ID(只能修改状态为“驳回”或者“待审核”的申请单)public CompanyApplyInfo getCompanyInfo()
public void setCompanyInfo(CompanyApplyInfo CompanyInfo)
CompanyInfo - 企业资质信息Copyright © 2025. All rights reserved.