public class ApplicationOwner extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ApplicationOwner.Builder |
| 构造器和说明 |
|---|
ApplicationOwner() |
ApplicationOwner(ApplicationOwner.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCustomerServiceAccount() |
String |
getEmail() |
String |
getHelpDesk() |
String |
getName() |
String |
getOwnerId() |
String |
getPhone() |
Integer |
getType() |
static ApplicationOwner.Builder |
newBuilder() |
void |
setCustomerServiceAccount(String customerServiceAccount) |
void |
setEmail(String email) |
void |
setHelpDesk(String helpDesk) |
void |
setName(String name) |
void |
setOwnerId(String ownerId) |
void |
setPhone(String phone) |
void |
setType(Integer type) |
public ApplicationOwner()
public ApplicationOwner(ApplicationOwner.Builder builder)
public Integer getType()
public void setType(Integer type)
public String getOwnerId()
public void setOwnerId(String ownerId)
public String getName()
public void setName(String name)
public String getHelpDesk()
public void setHelpDesk(String helpDesk)
public String getEmail()
public void setEmail(String email)
public String getPhone()
public void setPhone(String phone)
public String getCustomerServiceAccount()
public void setCustomerServiceAccount(String customerServiceAccount)
public static ApplicationOwner.Builder newBuilder()
Copyright © 2025. All rights reserved.