public class DescribeAccessLogsDownloadAttributeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
loadBalancerId |
String |
logType |
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber |
Integer |
pageSize |
String |
regionId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
tags |
| 构造器和说明 |
|---|
DescribeAccessLogsDownloadAttributeRequest() |
@NameInMap(value="LoadBalancerId") public String loadBalancerId
@NameInMap(value="LogType") public String logType
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tags") public String tags
public DescribeAccessLogsDownloadAttributeRequest()
public static DescribeAccessLogsDownloadAttributeRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAccessLogsDownloadAttributeRequest setLoadBalancerId(String loadBalancerId)
public String getLoadBalancerId()
public DescribeAccessLogsDownloadAttributeRequest setLogType(String logType)
public String getLogType()
public DescribeAccessLogsDownloadAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeAccessLogsDownloadAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeAccessLogsDownloadAttributeRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeAccessLogsDownloadAttributeRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeAccessLogsDownloadAttributeRequest setRegionId(String regionId)
public String getRegionId()
public DescribeAccessLogsDownloadAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeAccessLogsDownloadAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeAccessLogsDownloadAttributeRequest setTags(String tags)
public String getTags()
Copyright © 2023. All rights reserved.