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