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