public class AvailabilityOptionsStatus extends Object implements Serializable
The status and configuration of the domain's availability options.
Constructor and Description |
---|
AvailabilityOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Boolean |
getOptions()
The availability options configured for the domain.
|
OptionStatus |
getStatus()
The status of domain configuration option.
|
int |
hashCode() |
Boolean |
isOptions()
The availability options configured for the domain.
|
void |
setOptions(Boolean options)
The availability options configured for the domain.
|
void |
setStatus(OptionStatus status)
The status of domain configuration option.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AvailabilityOptionsStatus |
withOptions(Boolean options)
The availability options configured for the domain.
|
AvailabilityOptionsStatus |
withStatus(OptionStatus status)
The status of domain configuration option.
|
public Boolean isOptions()
public void setOptions(Boolean options)
options
- The availability options configured for the domain.public AvailabilityOptionsStatus withOptions(Boolean options)
Returns a reference to this object so that method calls can be chained together.
options
- The availability options configured for the domain.public Boolean getOptions()
public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status
- The status of domain configuration option.public AvailabilityOptionsStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of domain configuration option.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.