public class GlobalRelayMessageExportSettings extends Object
| Constructor and Description |
|---|
GlobalRelayMessageExportSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCustomerType() |
String |
getEmailAddress() |
String |
getSmtpPassword() |
String |
getSmtpUsername() |
int |
hashCode() |
void |
setCustomerType(String customerType) |
void |
setEmailAddress(String emailAddress) |
void |
setSmtpPassword(String smtpPassword) |
void |
setSmtpUsername(String smtpUsername) |
String |
toString() |
public String getCustomerType()
public String getSmtpUsername()
public String getSmtpPassword()
public String getEmailAddress()
public void setCustomerType(String customerType)
public void setSmtpUsername(String smtpUsername)
public void setSmtpPassword(String smtpPassword)
public void setEmailAddress(String emailAddress)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.