public class TrustedAdvisorCheckRefreshStatus extends Object implements Serializable, Cloneable
The refresh status of a Trusted Advisor check.
| Constructor and Description | 
|---|
| TrustedAdvisorCheckRefreshStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| TrustedAdvisorCheckRefreshStatus | clone() | 
| boolean | equals(Object obj) | 
| String | getCheckId()
 The unique identifier for the Trusted Advisor check. | 
| Long | getMillisUntilNextRefreshable()
 The amount of time, in milliseconds, until the Trusted Advisor check is
 eligible for refresh. | 
| String | getStatus()
 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 | setStatus(String status)
 The status of the Trusted Advisor check for which a refresh has been
 requested: "none", "enqueued", "processing", "success", or "abandoned". | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| TrustedAdvisorCheckRefreshStatus | withCheckId(String checkId)
 The unique identifier for the Trusted Advisor check. | 
| TrustedAdvisorCheckRefreshStatus | withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
 The amount of time, in milliseconds, until the Trusted Advisor check is
 eligible for refresh. | 
| TrustedAdvisorCheckRefreshStatus | withStatus(String status)
 The status of the Trusted Advisor check for which a refresh has been
 requested: "none", "enqueued", "processing", "success", or "abandoned". | 
public void setCheckId(String checkId)
The unique identifier for the Trusted Advisor check.
checkId - The unique identifier for the Trusted Advisor check.public String getCheckId()
The unique identifier for the Trusted Advisor check.
public TrustedAdvisorCheckRefreshStatus withCheckId(String checkId)
The unique identifier for the Trusted Advisor check.
checkId - The unique identifier for the Trusted Advisor check.public void setStatus(String status)
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
status - The status of the Trusted Advisor check for which a refresh has
        been requested: "none", "enqueued", "processing", "success", or
        "abandoned".public String getStatus()
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
public TrustedAdvisorCheckRefreshStatus withStatus(String status)
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
status - The status of the Trusted Advisor check for which a refresh has
        been requested: "none", "enqueued", "processing", "success", or
        "abandoned".public void setMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
millisUntilNextRefreshable - The amount of time, in milliseconds, until the Trusted Advisor
        check is eligible for refresh.public Long getMillisUntilNextRefreshable()
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
public TrustedAdvisorCheckRefreshStatus withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
millisUntilNextRefreshable - The amount of time, in milliseconds, until the Trusted Advisor
        check is eligible for refresh.public String toString()
toString in class ObjectObject.toString()public TrustedAdvisorCheckRefreshStatus clone()
Copyright © 2015. All rights reserved.