public class Invalidation
extends java.lang.Object
An invalidation.
| コンストラクタと説明 |
|---|
Invalidation()
Default constructor for a new Invalidation object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreateTime()
The date and time the invalidation request was first made.
|
java.lang.String |
getId()
The identifier for the invalidation request.
|
InvalidationBatch |
getInvalidationBatch()
The current invalidation information for the batch request.
|
java.lang.String |
getStatus()
The status of the invalidation request.
|
int |
hashCode() |
void |
setCreateTime(java.util.Date createTime)
The date and time the invalidation request was first made.
|
void |
setId(java.lang.String id)
The identifier for the invalidation request.
|
void |
setInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request.
|
void |
setStatus(java.lang.String status)
The status of the invalidation request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Invalidation |
withCreateTime(java.util.Date createTime)
The date and time the invalidation request was first made.
|
Invalidation |
withId(java.lang.String id)
The identifier for the invalidation request.
|
Invalidation |
withInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request.
|
Invalidation |
withStatus(java.lang.String status)
The status of the invalidation request.
|
public Invalidation()
public java.lang.String getId()
public void setId(java.lang.String id)
id - The identifier for the invalidation request. For example:
IDFDVBD632BHDS5.public Invalidation withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
id - The identifier for the invalidation request. For example:
IDFDVBD632BHDS5.public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The status of the invalidation request. When the invalidation batch is
finished, the status is Completed.public Invalidation withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - The status of the invalidation request. When the invalidation batch is
finished, the status is Completed.public java.util.Date getCreateTime()
public void setCreateTime(java.util.Date createTime)
createTime - The date and time the invalidation request was first made.public Invalidation withCreateTime(java.util.Date createTime)
Returns a reference to this object so that method calls can be chained together.
createTime - The date and time the invalidation request was first made.public InvalidationBatch getInvalidationBatch()
public void setInvalidationBatch(InvalidationBatch invalidationBatch)
invalidationBatch - The current invalidation information for the batch request.public Invalidation withInvalidationBatch(InvalidationBatch invalidationBatch)
Returns a reference to this object so that method calls can be chained together.
invalidationBatch - The current invalidation information for the batch 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