public class SearchCosRechargeInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
SearchCosRechargeInfoResponse() |
SearchCosRechargeInfoResponse(SearchCosRechargeInfoResponse 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[] |
getData()
Get The first few lines of a file under a matched bucketNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getMsg()
Get Reason for preview data retrieval failureNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getPath()
Get Current preview file path
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getStatus()
Get Status
|
Long |
getSum()
Get Number of files under the matched bucket
|
void |
setData(String[] Data)
Set The first few lines of a file under a matched bucketNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setMsg(String Msg)
Set Reason for preview data retrieval failureNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setPath(String Path)
Set Current preview file path
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStatus(Long Status)
Set Status
|
void |
setSum(Long Sum)
Set Number of files under the matched bucket
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SearchCosRechargeInfoResponse()
public SearchCosRechargeInfoResponse(SearchCosRechargeInfoResponse source)
public String[] getData()
public void setData(String[] Data)
Data
- The first few lines of a file under a matched bucketNote: This field may return null, indicating that no valid values can be obtained.public Long getSum()
public void setSum(Long Sum)
Sum
- Number of files under the matched bucketpublic String getPath()
public void setPath(String Path)
Path
- Current preview file path
Note: This field may return null, indicating that no valid values can be obtained.public String getMsg()
public void setMsg(String Msg)
Msg
- Reason for preview data retrieval failureNote: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Statuspublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.