public class ManagerStatusInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ManagerStatusInfo() |
ManagerStatusInfo(ManagerStatusInfo 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 |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getExpireTime()
Get 过期时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 审核状态,枚举值:pending,completed,invalid,submitted,expiring,expired
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 审核类型,枚举值:ov,ev,cs,ev_cs
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExpireTime(String ExpireTime)
Set 过期时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 审核状态,枚举值:pending,completed,invalid,submitted,expiring,expired
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 审核类型,枚举值:ov,ev,cs,ev_cs
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ManagerStatusInfo()
public ManagerStatusInfo(ManagerStatusInfo source)
public String getType()
public void setType(String Type)
Type
- 审核类型,枚举值:ov,ev,cs,ev_cs
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 审核状态,枚举值:pending,completed,invalid,submitted,expiring,expired
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- 过期时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.