public class DescribeTextLibRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeTextLibRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getStrategyType()
Get 内容类型 text: 1; image: 2; audio: 3; video: 4
|
void |
setStrategyType(Long StrategyType)
Set 内容类型 text: 1; image: 2; audio: 3; video: 4
|
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 Long getStrategyType()
public void setStrategyType(Long StrategyType)
StrategyType - 内容类型 text: 1; image: 2; audio: 3; video: 4Copyright © 2021. All rights reserved.