public class PreAuditInfo extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2023. All rights reserved.