Package com.okta.sdk.resource.model
Class EmailServerPost
java.lang.Object
com.okta.sdk.resource.model.EmailServerPost
- 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 EmailServerPost
extends Object
implements Serializable
EmailServerPost
- 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
-
EmailServerPost
public EmailServerPost()
-
-
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
-