Package com.okta.sdk.resource.model
Class EmailServerRequest
java.lang.Object
com.okta.sdk.resource.model.EmailServerRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class EmailServerRequest
extends Object
implements Serializable
EmailServerRequest
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlias()
A name to identify this configurationTrue if and only if all email traffic should be routed through this SMTP ServergetHost()
The address of the SMTP ServerThe password to use with your SMTP servergetPort()
The port number of the SMTP ServerThe username to use with your SMTP Serverint
hashCode()
void
void
setEnabled
(Boolean enabled) void
void
setPassword
(String password) void
void
setUsername
(String username) toString()
-
Field Details
-
JSON_PROPERTY_ALIAS
- See Also:
-
JSON_PROPERTY_ENABLED
- See Also:
-
JSON_PROPERTY_HOST
- See Also:
-
JSON_PROPERTY_PORT
- See Also:
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_PASSWORD
- See Also:
-
-
Constructor Details
-
EmailServerRequest
public EmailServerRequest()
-
-
Method Details
-
alias
-
getAlias
A name to identify this configuration- Returns:
- alias
-
setAlias
-
enabled
-
getEnabled
True if and only if all email traffic should be routed through this SMTP Server- Returns:
- enabled
-
setEnabled
-
host
-
getHost
The address of the SMTP Server- Returns:
- host
-
setHost
-
port
-
getPort
The port number of the SMTP Server- Returns:
- port
-
setPort
-
username
-
getUsername
The username to use with your SMTP Server- Returns:
- username
-
setUsername
-
password
-
getPassword
The password to use with your SMTP server- Returns:
- password
-
setPassword
-
equals
-
hashCode
public int hashCode() -
toString
-