Package com.cloudera.cdp.de.model
Class SmtpConfigRequest
java.lang.Object
com.cloudera.cdp.de.model.SmtpConfigRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.658-07:00")
public class SmtpConfigRequest
extends Object
SMTP config request object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEmail()
Getter for email.getHost()
Getter for host.Getter for password.getPort()
Getter for port.getSsl()
Getter for ssl.Getter for startTls.Getter for username.int
hashCode()
void
Setter for email.void
Setter for host.void
setPassword
(String password) Setter for password.void
Setter for port.void
Setter for ssl.void
setStartTls
(Boolean startTls) Setter for startTls.void
setUsername
(String username) Setter for username.toString()
-
Constructor Details
-
SmtpConfigRequest
public SmtpConfigRequest()
-
-
Method Details
-
getEmail
Getter for email. Sender's email address. -
setEmail
Setter for email. Sender's email address. -
getHost
Getter for host. SMTP host. -
setHost
Setter for host. SMTP host. -
getUsername
Getter for username. SMTP username. -
setUsername
Setter for username. SMTP username. -
getPassword
Getter for password. SMTP password. -
setPassword
Setter for password. SMTP password. -
getPort
Getter for port. SMTP port. -
setPort
Setter for port. SMTP port. -
getStartTls
Getter for startTls. Use SMTP STARTTLS command to encrypt the mail. -
setStartTls
Setter for startTls. Use SMTP STARTTLS command to encrypt the mail. -
getSsl
Getter for ssl. Use SSL to secure the connection to the email server. -
setSsl
Setter for ssl. Use SSL to secure the connection to the email server. -
equals
-
hashCode
public int hashCode() -
toString
-