public class PreAuditInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getManagerId()Get Certificate prereview manager ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getNowPeriod()Get Current year of the certificate
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getTotalPeriod()Get Total number of years of the certificate
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setManagerId(String ManagerId)Set Certificate prereview manager ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNowPeriod(Long NowPeriod)Set Current year of the certificate
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTotalPeriod(Long TotalPeriod)Set Total number of years of the certificate
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic PreAuditInfo()
public PreAuditInfo(PreAuditInfo source)
public Long getTotalPeriod()
public void setTotalPeriod(Long TotalPeriod)
TotalPeriod - Total number of years of the certificate
Note: This field may return null, indicating that no valid values can be obtained.public Long getNowPeriod()
public void setNowPeriod(Long NowPeriod)
NowPeriod - Current year of the certificate
Note: This field may return null, indicating that no valid values can be obtained.public String getManagerId()
public void setManagerId(String ManagerId)
ManagerId - Certificate prereview manager ID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.