public class TrustedAdvisorCheckRefreshStatus extends Object implements Serializable
The refresh status of a Trusted Advisor check.
Constructor and Description |
---|
TrustedAdvisorCheckRefreshStatus() |
Modifier and Type | Method and Description |
---|---|
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 String getCheckId()
public void setCheckId(String checkId)
checkId
- The unique identifier for the Trusted Advisor check.public TrustedAdvisorCheckRefreshStatus withCheckId(String checkId)
Returns a reference to this object so that method calls can be chained together.
checkId
- The unique identifier for the Trusted Advisor check.public String getStatus()
public void setStatus(String status)
status
- 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)
Returns a reference to this object so that method calls can be chained together.
status
- The status of the Trusted Advisor check for which a refresh has been
requested: "none", "enqueued", "processing", "success", or
"abandoned".public Long getMillisUntilNextRefreshable()
public void setMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
millisUntilNextRefreshable
- The amount of time, in milliseconds, until the Trusted Advisor check
is eligible for refresh.public TrustedAdvisorCheckRefreshStatus withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
Returns a reference to this object so that method calls can be chained together.
millisUntilNextRefreshable
- The amount of time, in milliseconds, until the Trusted Advisor check
is eligible for refresh.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.