public class InvalidationSummary
extends java.lang.Object
implements java.io.Serializable
Summary of an invalidation request.
| コンストラクタと説明 |
|---|
InvalidationSummary()
Default constructor for a new InvalidationSummary object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreateTime()
Returns the value of the CreateTime property for this object.
|
java.lang.String |
getId()
The unique ID for an invalidation request.
|
java.lang.String |
getStatus()
The status of an invalidation request.
|
int |
hashCode() |
void |
setCreateTime(java.util.Date createTime)
Sets the value of the CreateTime property for this object.
|
void |
setId(java.lang.String id)
The unique ID for an invalidation request.
|
void |
setStatus(java.lang.String status)
The status of an invalidation request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InvalidationSummary |
withCreateTime(java.util.Date createTime)
Sets the value of the CreateTime property for this object.
|
InvalidationSummary |
withId(java.lang.String id)
The unique ID for an invalidation request.
|
InvalidationSummary |
withStatus(java.lang.String status)
The status of an invalidation request.
|
public InvalidationSummary()
public java.lang.String getId()
public void setId(java.lang.String id)
id - The unique ID for an invalidation request.public InvalidationSummary withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
id - The unique ID for an invalidation request.public java.util.Date getCreateTime()
public void setCreateTime(java.util.Date createTime)
createTime - The new value for the CreateTime property for this object.public InvalidationSummary withCreateTime(java.util.Date createTime)
Returns a reference to this object so that method calls can be chained together.
createTime - The new value for the CreateTime property for this object.public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The status of an invalidation request.public InvalidationSummary withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - The status of an invalidation request.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object