Package com.cloudera.cdp.de.model
Class SmtpConfigResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.de.model.SmtpConfigResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.658-07:00")
public class SmtpConfigResponse
extends CdpResponse
SMTP config response object
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEmail()
Getter for email.getHost()
Getter for host.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
Setter for port.void
Setter for ssl.void
setStartTls
(Boolean startTls) Setter for startTls.void
setUsername
(String username) Setter for username.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
SmtpConfigResponse
public SmtpConfigResponse()
-
-
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. -
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
-