public class ListAppReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListAppReq.Builder |
| 构造器和说明 |
|---|
ListAppReq() |
ListAppReq(ListAppReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppType() |
String |
getKeyword() |
String |
getOwnership() |
Integer |
getPageSize() |
String |
getPageToken() |
String |
getScope() |
static ListAppReq.Builder |
newBuilder() |
void |
setAppType(String appType) |
void |
setKeyword(String keyword) |
void |
setOwnership(String ownership) |
void |
setPageSize(Integer pageSize) |
void |
setPageToken(String pageToken) |
void |
setScope(String scope) |
public ListAppReq()
public ListAppReq(ListAppReq.Builder builder)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public String getPageToken()
public void setPageToken(String pageToken)
public String getAppType()
public void setAppType(String appType)
public String getKeyword()
public void setKeyword(String keyword)
public String getScope()
public void setScope(String scope)
public String getOwnership()
public void setOwnership(String ownership)
public static ListAppReq.Builder newBuilder()
Copyright © 2026. All rights reserved.