public class AppTableView extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppTableView.Builder |
| 构造器和说明 |
|---|
AppTableView() |
AppTableView(AppTableView.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
AppTableViewProperty |
getProperty() |
String |
getViewId() |
String |
getViewName() |
String |
getViewPrivateOwnerId() |
String |
getViewPublicLevel() |
String |
getViewType() |
static AppTableView.Builder |
newBuilder() |
void |
setProperty(AppTableViewProperty property) |
void |
setViewId(String viewId) |
void |
setViewName(String viewName) |
void |
setViewPrivateOwnerId(String viewPrivateOwnerId) |
void |
setViewPublicLevel(String viewPublicLevel) |
void |
setViewType(String viewType) |
public AppTableView()
public AppTableView(AppTableView.Builder builder)
public String getViewId()
public void setViewId(String viewId)
public String getViewName()
public void setViewName(String viewName)
public String getViewType()
public void setViewType(String viewType)
public AppTableViewProperty getProperty()
public void setProperty(AppTableViewProperty property)
public String getViewPublicLevel()
public void setViewPublicLevel(String viewPublicLevel)
public String getViewPrivateOwnerId()
public void setViewPrivateOwnerId(String viewPrivateOwnerId)
public static AppTableView.Builder newBuilder()
Copyright © 2025. All rights reserved.