public class GetCredentialIssueTrendRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetCredentialIssueTrendRequest() | 
| GetCredentialIssueTrendRequest(GetCredentialIssueTrendRequest 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 | getClusterId()Get The network ID. | 
| String | getEndTime()Get The end date (as early as 2021-4-23). | 
| String | getStartTime()Get The start date (as early as 2021-4-23). | 
| void | setClusterId(String ClusterId)Set The network ID. | 
| void | setEndTime(String EndTime)Set The end date (as early as 2021-4-23). | 
| void | setStartTime(String StartTime)Set The start date (as early as 2021-4-23). | 
| 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, toJsonStringpublic GetCredentialIssueTrendRequest()
public GetCredentialIssueTrendRequest(GetCredentialIssueTrendRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The start date (as early as 2021-4-23).public String getEndTime()
public void setEndTime(String EndTime)
EndTime - The end date (as early as 2021-4-23).public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The network ID.Copyright © 2025. All rights reserved.