Package com.seam.api.types
Class ActionAttemptsListResponse
- java.lang.Object
-
- com.seam.api.types.ActionAttemptsListResponse
-
public final class ActionAttemptsListResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActionAttemptsListResponse._FinalStagestatic classActionAttemptsListResponse.Builderstatic interfaceActionAttemptsListResponse.OkStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionAttemptsListResponse.OkStagebuilder()booleanequals(java.lang.Object other)java.util.List<ActionAttempt>getActionAttempts()booleangetOk()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getActionAttempts
public java.util.List<ActionAttempt> getActionAttempts()
-
getOk
public boolean getOk()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ActionAttemptsListResponse.OkStage builder()
-
-