public class RateLimitResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RateLimitResponse() | 
| RateLimitResponse(RateLimitResponse 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 | getBody()Get 自定义响应体 | 
| KVMapping[] | getHeaders()Get Headers | 
| Long | getHttpStatus()Get http状态码 | 
| void | setBody(String Body)Set 自定义响应体 | 
| void | setHeaders(KVMapping[] Headers)Set Headers | 
| void | setHttpStatus(Long HttpStatus)Set http状态码 | 
| 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 RateLimitResponse()
public RateLimitResponse(RateLimitResponse source)
public String getBody()
public void setBody(String Body)
Body - 自定义响应体public KVMapping[] getHeaders()
public void setHeaders(KVMapping[] Headers)
Headers - Headerspublic Long getHttpStatus()
public void setHttpStatus(Long HttpStatus)
HttpStatus - http状态码Copyright © 2025. All rights reserved.