public class InstanceCount
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
InstanceCount() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getInstanceCount()
Returns the value of the InstanceCount property for this object.
|
java.lang.String |
getState()
Returns the value of the State property for this object.
|
int |
hashCode() |
void |
setInstanceCount(java.lang.Integer instanceCount)
Sets the value of the InstanceCount property for this object.
|
void |
setState(java.lang.String state)
Sets the value of the State property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InstanceCount |
withInstanceCount(java.lang.Integer instanceCount)
Sets the value of the InstanceCount property for this object.
|
InstanceCount |
withState(java.lang.String state)
Sets the value of the State property for this object.
|
public java.lang.String getState()
public void setState(java.lang.String state)
state - The new value for the State property for this object.public InstanceCount withState(java.lang.String state)
Returns a reference to this object so that method calls can be chained together.
state - The new value for the State property for this object.public java.lang.Integer getInstanceCount()
public void setInstanceCount(java.lang.Integer instanceCount)
instanceCount - The new value for the InstanceCount property for this object.public InstanceCount withInstanceCount(java.lang.Integer instanceCount)
Returns a reference to this object so that method calls can be chained together.
instanceCount - The new value for the InstanceCount 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