public class IdleResponseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IdleResponseInfo() | 
| IdleResponseInfo(IdleResponseInfo 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 | getMessage()Get 响应信息 | 
| Long | getRetryCount()Get 重试次数(1-3) | 
| void | setMessage(String Message)Set 响应信息 | 
| void | setRetryCount(Long RetryCount)Set 重试次数(1-3) | 
| 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 IdleResponseInfo()
public IdleResponseInfo(IdleResponseInfo source)
public Long getRetryCount()
public void setRetryCount(Long RetryCount)
RetryCount - 重试次数(1-3)public String getMessage()
public void setMessage(String Message)
Message - 响应信息Copyright © 2025. All rights reserved.