Package com.okta.sdk.resource.model
Class EmailServerResponse
java.lang.Object
com.okta.sdk.resource.model.EmailServerResponse
- 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 EmailServerResponse
extends Object
implements Serializable
EmailServerResponse
- 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 ServergetId()
Get idgetPort()
The port number of the SMTP ServerThe username to use with your SMTP Serverint
hashCode()
void
void
setEnabled
(Boolean enabled) void
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:
-
JSON_PROPERTY_ID
- See Also:
-
-
Constructor Details
-
EmailServerResponse
public EmailServerResponse()
-
-
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
-
id
-
getId
Get id- Returns:
- id
-
setId
-
equals
-
hashCode
public int hashCode() -
toString
-