Class OptionStatus
- All Implemented Interfaces:
Serializable,Cloneable
Provides the current status of the entity.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanTimestamp which tells the creation date for the entity.Indicates whether the Elasticsearch domain is being deleted.getState()Provides theOptionStatefor the Elasticsearch domain.Timestamp which tells the last updated time for the entity.Specifies the latest version for the entity.inthashCode()Indicates whether the Elasticsearch domain is being deleted.voidsetCreationDate(Date creationDate) Timestamp which tells the creation date for the entity.voidsetPendingDeletion(Boolean pendingDeletion) Indicates whether the Elasticsearch domain is being deleted.voidsetState(OptionState state) Provides theOptionStatefor the Elasticsearch domain.voidProvides theOptionStatefor the Elasticsearch domain.voidsetUpdateDate(Date updateDate) Timestamp which tells the last updated time for the entity.voidsetUpdateVersion(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 theOptionStatefor the Elasticsearch domain.Provides theOptionStatefor 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
OptionStatefor the Elasticsearch domain.- Parameters:
state- Provides theOptionStatefor the Elasticsearch domain.- See Also:
-
getState
Provides the
OptionStatefor the Elasticsearch domain.- Returns:
- Provides the
OptionStatefor the Elasticsearch domain. - See Also:
-
withState
Provides the
OptionStatefor the Elasticsearch domain.- Parameters:
state- Provides theOptionStatefor the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setState
Provides the
OptionStatefor the Elasticsearch domain.- Parameters:
state- Provides theOptionStatefor the Elasticsearch domain.- See Also:
-
withState
Provides the
OptionStatefor the Elasticsearch domain.- Parameters:
state- Provides theOptionStatefor 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
-