Class TrustedAdvisorCheckRefreshStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The refresh status of a Trusted Advisor check.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The unique identifier for the Trusted Advisor check.The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".int
hashCode()
void
setCheckId
(String checkId) The unique identifier for the Trusted Advisor check.void
setMillisUntilNextRefreshable
(Long millisUntilNextRefreshable) The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.void
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".toString()
Returns a string representation of this object; useful for testing and debugging.withCheckId
(String checkId) The unique identifier for the Trusted Advisor check.withMillisUntilNextRefreshable
(Long millisUntilNextRefreshable) The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.withStatus
(String status) The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
-
Constructor Details
-
TrustedAdvisorCheckRefreshStatus
public TrustedAdvisorCheckRefreshStatus()
-
-
Method Details
-
setCheckId
The unique identifier for the Trusted Advisor check.
- Parameters:
checkId
- The unique identifier for the Trusted Advisor check.
-
getCheckId
The unique identifier for the Trusted Advisor check.
- Returns:
- The unique identifier for the Trusted Advisor check.
-
withCheckId
The unique identifier for the Trusted Advisor check.
- Parameters:
checkId
- The unique identifier for the Trusted Advisor check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
- Parameters:
status
- The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
-
getStatus
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
- Returns:
- The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
-
withStatus
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
- Parameters:
status
- The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMillisUntilNextRefreshable
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
- Parameters:
millisUntilNextRefreshable
- The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
-
getMillisUntilNextRefreshable
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
- Returns:
- The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
-
withMillisUntilNextRefreshable
public TrustedAdvisorCheckRefreshStatus withMillisUntilNextRefreshable(Long millisUntilNextRefreshable) The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
- Parameters:
millisUntilNextRefreshable
- The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-