Class OptionStatus
- All Implemented Interfaces:
Serializable
,Cloneable
Provides the current status of the entity.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Timestamp which tells the creation date for the entity.Indicates whether the Elasticsearch domain is being deleted.getState()
Provides theOptionState
for the Elasticsearch domain.Timestamp which tells the last updated time for the entity.Specifies the latest version for the entity.int
hashCode()
Indicates whether the Elasticsearch domain is being deleted.void
setCreationDate
(Date creationDate) Timestamp which tells the creation date for the entity.void
setPendingDeletion
(Boolean pendingDeletion) Indicates whether the Elasticsearch domain is being deleted.void
setState
(OptionState state) Provides theOptionState
for the Elasticsearch domain.void
Provides theOptionState
for the Elasticsearch domain.void
setUpdateDate
(Date updateDate) Timestamp which tells the last updated time for the entity.void
setUpdateVersion
(Integer updateVersion) Specifies the latest version for the entity.toString()
Returns a string representation of this object; useful for testing and debugging.withCreationDate
(Date creationDate) Timestamp which tells the creation date for the entity.withPendingDeletion
(Boolean pendingDeletion) Indicates whether the Elasticsearch domain is being deleted.withState
(OptionState state) Provides theOptionState
for the Elasticsearch domain.Provides theOptionState
for the Elasticsearch domain.withUpdateDate
(Date updateDate) Timestamp which tells the last updated time for the entity.withUpdateVersion
(Integer updateVersion) Specifies the latest version for the entity.
-
Constructor Details
-
OptionStatus
public OptionStatus()
-
-
Method Details
-
setCreationDate
Timestamp which tells the creation date for the entity.
- Parameters:
creationDate
- Timestamp which tells the creation date for the entity.
-
getCreationDate
Timestamp which tells the creation date for the entity.
- Returns:
- Timestamp which tells the creation date for the entity.
-
withCreationDate
Timestamp which tells the creation date for the entity.
- Parameters:
creationDate
- Timestamp which tells the creation date for the entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUpdateDate
Timestamp which tells the last updated time for the entity.
- Parameters:
updateDate
- Timestamp which tells the last updated time for the entity.
-
getUpdateDate
Timestamp which tells the last updated time for the entity.
- Returns:
- Timestamp which tells the last updated time for the entity.
-
withUpdateDate
Timestamp which tells the last updated time for the entity.
- Parameters:
updateDate
- Timestamp which tells the last updated time for the entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUpdateVersion
Specifies the latest version for the entity.
- Parameters:
updateVersion
- Specifies the latest version for the entity.
-
getUpdateVersion
Specifies the latest version for the entity.
- Returns:
- Specifies the latest version for the entity.
-
withUpdateVersion
Specifies the latest version for the entity.
- Parameters:
updateVersion
- Specifies the latest version for the entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setState
Provides the
OptionState
for the Elasticsearch domain.- Parameters:
state
- Provides theOptionState
for the Elasticsearch domain.- See Also:
-
getState
Provides the
OptionState
for the Elasticsearch domain.- Returns:
- Provides the
OptionState
for the Elasticsearch domain. - See Also:
-
withState
Provides the
OptionState
for the Elasticsearch domain.- Parameters:
state
- Provides theOptionState
for the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setState
Provides the
OptionState
for the Elasticsearch domain.- Parameters:
state
- Provides theOptionState
for the Elasticsearch domain.- See Also:
-
withState
Provides the
OptionState
for the Elasticsearch domain.- Parameters:
state
- Provides theOptionState
for the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setPendingDeletion
Indicates whether the Elasticsearch domain is being deleted.
- Parameters:
pendingDeletion
- Indicates whether the Elasticsearch domain is being deleted.
-
getPendingDeletion
Indicates whether the Elasticsearch domain is being deleted.
- Returns:
- Indicates whether the Elasticsearch domain is being deleted.
-
withPendingDeletion
Indicates whether the Elasticsearch domain is being deleted.
- Parameters:
pendingDeletion
- Indicates whether the Elasticsearch domain is being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isPendingDeletion
Indicates whether the Elasticsearch domain is being deleted.
- Returns:
- Indicates whether the Elasticsearch domain is being deleted.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-