Class PPTErr
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.PPTErr
-
public class PPTErr extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetail()Get 错误详情 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 元素名称 注意:此字段可能返回 null,表示取不到有效值。LonggetType()Get 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件 注意:此字段可能返回 null,表示取不到有效值。voidsetDetail(String Detail)Set 错误详情 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 元素名称 注意:此字段可能返回 null,表示取不到有效值。voidsetType(Long Type)Set 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PPTErr
public PPTErr()
-
PPTErr
public PPTErr(PPTErr 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.
-
-
Method Detail
-
getName
public String getName()
Get 元素名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 元素名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 元素名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 元素名称 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public Long getType()
Get 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(Long Type)
Set 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件 注意:此字段可能返回 null,表示取不到有效值。
-
getDetail
public String getDetail()
Get 错误详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Detail 错误详情 注意:此字段可能返回 null,表示取不到有效值。
-
setDetail
public void setDetail(String Detail)
Set 错误详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Detail- 错误详情 注意:此字段可能返回 null,表示取不到有效值。
-
-