public class DomainConfiguration
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the configuration settings of a domain.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
workflowExecutionRetentionPeriodInDays
The retention period for workflow executions in this domain.
|
Constructor and Description |
---|
DomainConfiguration() |
Modifier and Type | Method and Description |
---|---|
DomainConfiguration |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getWorkflowExecutionRetentionPeriodInDays()
The retention period for workflow executions in this domain.
|
int |
hashCode() |
void |
setWorkflowExecutionRetentionPeriodInDays(java.lang.String workflowExecutionRetentionPeriodInDays)
The retention period for workflow executions in this domain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DomainConfiguration |
withWorkflowExecutionRetentionPeriodInDays(java.lang.String workflowExecutionRetentionPeriodInDays)
The retention period for workflow executions in this domain.
|
private java.lang.String workflowExecutionRetentionPeriodInDays
The retention period for workflow executions in this domain.
public void setWorkflowExecutionRetentionPeriodInDays(java.lang.String workflowExecutionRetentionPeriodInDays)
The retention period for workflow executions in this domain.
workflowExecutionRetentionPeriodInDays
- The retention period for workflow executions in this domain.public java.lang.String getWorkflowExecutionRetentionPeriodInDays()
The retention period for workflow executions in this domain.
public DomainConfiguration withWorkflowExecutionRetentionPeriodInDays(java.lang.String workflowExecutionRetentionPeriodInDays)
The retention period for workflow executions in this domain.
workflowExecutionRetentionPeriodInDays
- The retention period for workflow executions in this domain.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DomainConfiguration clone()
clone
in class java.lang.Object