public class DomainLogsResult extends Object
| Constructor and Description |
|---|
DomainLogsResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainId() |
DomainLogData[] |
getDomainLogs() |
Long |
getPageNumber() |
Long |
getPageSize() |
Long |
getTotalCount() |
void |
setDomainId(String domainId) |
void |
setDomainLogs(DomainLogData[] domainLogs) |
void |
setPageNumber(Long pageNumber) |
void |
setPageSize(Long pageSize) |
void |
setTotalCount(Long totalCount) |
public String getDomainId()
public void setDomainId(String domainId)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Long getPageNumber()
public void setPageNumber(Long pageNumber)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public DomainLogData[] getDomainLogs()
public void setDomainLogs(DomainLogData[] domainLogs)
Copyright © 2023. All rights reserved.