public class VolumeStatusAction
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
VolumeStatusAction() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCode()
Returns the value of the Code property for this object.
|
java.lang.String |
getDescription()
Returns the value of the Description property for this object.
|
java.lang.String |
getEventId()
Returns the value of the EventId property for this object.
|
java.lang.String |
getEventType()
Returns the value of the EventType property for this object.
|
int |
hashCode() |
void |
setCode(java.lang.String code)
Sets the value of the Code property for this object.
|
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
void |
setEventId(java.lang.String eventId)
Sets the value of the EventId property for this object.
|
void |
setEventType(java.lang.String eventType)
Sets the value of the EventType property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VolumeStatusAction |
withCode(java.lang.String code)
Sets the value of the Code property for this object.
|
VolumeStatusAction |
withDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
VolumeStatusAction |
withEventId(java.lang.String eventId)
Sets the value of the EventId property for this object.
|
VolumeStatusAction |
withEventType(java.lang.String eventType)
Sets the value of the EventType property for this object.
|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code - The new value for the Code property for this object.public VolumeStatusAction withCode(java.lang.String code)
Returns a reference to this object so that method calls can be chained together.
code - The new value for the Code property for this object.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The new value for the Description property for this object.public VolumeStatusAction withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - The new value for the Description property for this object.public java.lang.String getEventType()
public void setEventType(java.lang.String eventType)
eventType - The new value for the EventType property for this object.public VolumeStatusAction withEventType(java.lang.String eventType)
Returns a reference to this object so that method calls can be chained together.
eventType - The new value for the EventType property for this object.public java.lang.String getEventId()
public void setEventId(java.lang.String eventId)
eventId - The new value for the EventId property for this object.public VolumeStatusAction withEventId(java.lang.String eventId)
Returns a reference to this object so that method calls can be chained together.
eventId - The new value for the EventId property for this object.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