public class PPTErr extends AbstractModel
header, skipSign
Constructor and Description |
---|
PPTErr() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDetail()
Get 错误详情
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 元素名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
Get 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDetail(String Detail)
Set 错误详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 元素名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PPTErr()
public PPTErr(PPTErr source)
public String getName()
public void setName(String Name)
Name
- 元素名称
注意:此字段可能返回 null,表示取不到有效值。public Long getType()
public void setType(Long Type)
Type
- 0: 不支持的墨迹类型,1: 不支持自动翻页,2: 存在已损坏音视频,3: 存在不可访问资源,4: 只读文件
注意:此字段可能返回 null,表示取不到有效值。public String getDetail()
public void setDetail(String Detail)
Detail
- 错误详情
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.