Package com.okta.sdk.resource.model
Class BaseEmailServer
java.lang.Object
com.okta.sdk.resource.model.BaseEmailServer
- 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 BaseEmailServer
extends Object
implements Serializable
BaseEmailServer
- 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 ServergetPort()
The port number of the SMTP ServerThe username to use with your SMTP Serverint
hashCode()
void
void
setEnabled
(Boolean enabled) void
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:
-
-
Constructor Details
-
BaseEmailServer
public BaseEmailServer()
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-