public class DownloadL7LogsResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DownloadL7LogsResponse() |
DownloadL7LogsResponse(DownloadL7LogsResponse 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 |
---|---|
L7OfflineLog[] |
getData()
Get Layer-7 offline log data
Note: This field may return `null`, indicating that no valid value can be obtained.
|
Long |
getPageNo()
Get Page number
Note: This field may return `null`, indicating that no valid value can be obtained.
|
Long |
getPages()
Get Total number of pages
Note: This field may return `null`, indicating that no valid value can be obtained.
|
Long |
getPageSize()
Get Page size
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotalSize()
Get Total number of entries
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setData(L7OfflineLog[] Data)
Set Layer-7 offline log data
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setPageNo(Long PageNo)
Set Page number
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setPages(Long Pages)
Set Total number of pages
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setPageSize(Long PageSize)
Set Page size
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotalSize(Long TotalSize)
Set Total number of entries
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DownloadL7LogsResponse()
public DownloadL7LogsResponse(DownloadL7LogsResponse source)
public L7OfflineLog[] getData()
public void setData(L7OfflineLog[] Data)
Data
- Layer-7 offline log data
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Page size
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo
- Page number
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getPages()
public void setPages(Long Pages)
Pages
- Total number of pages
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getTotalSize()
public void setTotalSize(Long TotalSize)
TotalSize
- Total number of entries
Note: This field may return `null`, indicating that no valid value can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.