Class PreAuditInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.PreAuditInfo
-
public class PreAuditInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PreAuditInfo()PreAuditInfo(PreAuditInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetManagerId()Get 证书预审核管理人ID 注意:此字段可能返回 null,表示取不到有效值。LonggetNowPeriod()Get 证书当前年限 注意:此字段可能返回 null,表示取不到有效值。LonggetTotalPeriod()Get 证书总年限 注意:此字段可能返回 null,表示取不到有效值。voidsetManagerId(String ManagerId)Set 证书预审核管理人ID 注意:此字段可能返回 null,表示取不到有效值。voidsetNowPeriod(Long NowPeriod)Set 证书当前年限 注意:此字段可能返回 null,表示取不到有效值。voidsetTotalPeriod(Long TotalPeriod)Set 证书总年限 注意:此字段可能返回 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
-
PreAuditInfo
public PreAuditInfo()
-
PreAuditInfo
public PreAuditInfo(PreAuditInfo 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
-
getTotalPeriod
public Long getTotalPeriod()
Get 证书总年限 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TotalPeriod 证书总年限 注意:此字段可能返回 null,表示取不到有效值。
-
setTotalPeriod
public void setTotalPeriod(Long TotalPeriod)
Set 证书总年限 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TotalPeriod- 证书总年限 注意:此字段可能返回 null,表示取不到有效值。
-
getNowPeriod
public Long getNowPeriod()
Get 证书当前年限 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NowPeriod 证书当前年限 注意:此字段可能返回 null,表示取不到有效值。
-
setNowPeriod
public void setNowPeriod(Long NowPeriod)
Set 证书当前年限 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NowPeriod- 证书当前年限 注意:此字段可能返回 null,表示取不到有效值。
-
getManagerId
public String getManagerId()
Get 证书预审核管理人ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ManagerId 证书预审核管理人ID 注意:此字段可能返回 null,表示取不到有效值。
-
setManagerId
public void setManagerId(String ManagerId)
Set 证书预审核管理人ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ManagerId- 证书预审核管理人ID 注意:此字段可能返回 null,表示取不到有效值。
-
-