public class UploadDelta extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UploadDelta() | 
| UploadDelta(UploadDelta 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 | getContent()Get 步骤详情 | 
| String | getStepBrief()Get 步骤摘要 | 
| void | setContent(String Content)Set 步骤详情 | 
| void | setStepBrief(String StepBrief)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 UploadDelta()
public UploadDelta(UploadDelta source)
public String getStepBrief()
public void setStepBrief(String StepBrief)
StepBrief - 步骤摘要public String getContent()
public void setContent(String Content)
Content - 步骤详情Copyright © 2025. All rights reserved.