public class UpdateCRWorkRequest extends AbstractModel
| Constructor and Description |
|---|
UpdateCRWorkRequest() |
UpdateCRWorkRequest(UpdateCRWorkRequest 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 |
getCertType()
Get xx
|
String |
getContent()
Get xx
|
String |
getContentType()
Get xx
|
Long |
getWorkId()
Get xx
|
void |
setCertType(String CertType)
Set xx
|
void |
setContent(String Content)
Set xx
|
void |
setContentType(String ContentType)
Set xx
|
void |
setWorkId(Long WorkId)
Set xx
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic UpdateCRWorkRequest()
public UpdateCRWorkRequest(UpdateCRWorkRequest source)
public Long getWorkId()
public void setWorkId(Long WorkId)
WorkId - xxpublic String getContentType()
public void setContentType(String ContentType)
ContentType - xxpublic String getContent()
public void setContent(String Content)
Content - xxpublic String getCertType()
public void setCertType(String CertType)
CertType - xxCopyright © 2022. All rights reserved.