public final class AccountThresholdsUpdatedEffectResponse extends EffectResponse
EffectResponse.Links
Constructor and Description |
---|
AccountThresholdsUpdatedEffectResponse(java.lang.Integer lowThreshold,
java.lang.Integer medThreshold,
java.lang.Integer highThreshold) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getHighThreshold() |
java.lang.Integer |
getLowThreshold() |
java.lang.Integer |
getMedThreshold() |
int |
hashCode() |
java.lang.String |
toString() |
getAccount, getAccountMuxed, getAccountMuxedId, getCreatedAt, getId, getLinks, getPagingToken, getType
public AccountThresholdsUpdatedEffectResponse(java.lang.Integer lowThreshold, java.lang.Integer medThreshold, java.lang.Integer highThreshold)
public java.lang.Integer getLowThreshold()
public java.lang.Integer getMedThreshold()
public java.lang.Integer getHighThreshold()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class EffectResponse
public int hashCode()
hashCode
in class EffectResponse