public class GenerateCoupletResponse extends AbstractModel
Constructor and Description |
---|
GenerateCoupletResponse() |
GenerateCoupletResponse(GenerateCoupletResponse 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 |
getRandomCause()
Get 当对联随机生成时,展示随机生成原因。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getTopScroll()
Get 横批。
|
void |
setContent(String[] Content)
Set 上联与下联。
|
void |
setRandomCause(String RandomCause)
Set 当对联随机生成时,展示随机生成原因。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTopScroll(String TopScroll)
Set 横批。
|
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 GenerateCoupletResponse()
public GenerateCoupletResponse(GenerateCoupletResponse source)
public String getTopScroll()
public void setTopScroll(String TopScroll)
TopScroll
- 横批。public String[] getContent()
public void setContent(String[] Content)
Content
- 上联与下联。public String getRandomCause()
public void setRandomCause(String RandomCause)
RandomCause
- 当对联随机生成时,展示随机生成原因。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.