public class CreateCRTortRequest extends AbstractModel
Constructor and Description |
---|
CreateCRTortRequest() |
CreateCRTortRequest(CreateCRTortRequest 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 |
getTortPlat()
Get xx
|
String |
getTortTitle()
Get xx
|
String |
getTortURL()
Get xx
|
Long |
getWorkId()
Get xx
|
void |
setTortPlat(String TortPlat)
Set xx
|
void |
setTortTitle(String TortTitle)
Set xx
|
void |
setTortURL(String TortURL)
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, toJsonString
public CreateCRTortRequest()
public CreateCRTortRequest(CreateCRTortRequest source)
public Long getWorkId()
public void setWorkId(Long WorkId)
WorkId
- xxpublic String getTortURL()
public void setTortURL(String TortURL)
TortURL
- xxpublic String getTortPlat()
public void setTortPlat(String TortPlat)
TortPlat
- xxpublic String getTortTitle()
public void setTortTitle(String TortTitle)
TortTitle
- xxCopyright © 2022. All rights reserved.