public class App extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
App.Builder |
| 构造器和说明 |
|---|
App() |
App(App.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
String |
getAppType() |
String |
getCreatedAt() |
String |
getDescription() |
String |
getIconUrl() |
String |
getName() |
String |
getUpdatedAt() |
static App.Builder |
newBuilder() |
void |
setAppId(String appId) |
void |
setAppType(String appType) |
void |
setCreatedAt(String createdAt) |
void |
setDescription(String description) |
void |
setIconUrl(String iconUrl) |
void |
setName(String name) |
void |
setUpdatedAt(String updatedAt) |
public App()
public App(App.Builder builder)
public static App.Builder newBuilder()
public String getAppId()
public void setAppId(String appId)
public String getAppType()
public void setAppType(String appType)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getIconUrl()
public void setIconUrl(String iconUrl)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
Copyright © 2026. All rights reserved.