public class RequestIdInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RequestIdInfo() |
RequestIdInfo(RequestIdInfo 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 |
getApiErrorCode()
Get 请求 api 的错误码
|
String |
getApiRequestId()
Get 请求 api 的 requestid
|
Long[] |
getWarnCodes()
Get 告警码
|
void |
setApiErrorCode(String ApiErrorCode)
Set 请求 api 的错误码
|
void |
setApiRequestId(String ApiRequestId)
Set 请求 api 的 requestid
|
void |
setWarnCodes(Long[] WarnCodes)
Set 告警码
|
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 RequestIdInfo()
public RequestIdInfo(RequestIdInfo source)
public String getApiRequestId()
public void setApiRequestId(String ApiRequestId)
ApiRequestId
- 请求 api 的 requestidpublic String getApiErrorCode()
public void setApiErrorCode(String ApiErrorCode)
ApiErrorCode
- 请求 api 的错误码public Long[] getWarnCodes()
public void setWarnCodes(Long[] WarnCodes)
WarnCodes
- 告警码Copyright © 2025. All rights reserved.