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