Class BatchProcessorRunGetResponse
- java.lang.Object
-
- ai.extend.resources.batchprocessorrun.types.BatchProcessorRunGetResponse
-
public final class BatchProcessorRunGetResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchProcessorRunGetResponse._FinalStagestatic interfaceBatchProcessorRunGetResponse.BatchProcessorRunStagestatic classBatchProcessorRunGetResponse.Builderstatic interfaceBatchProcessorRunGetResponse.SuccessStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchProcessorRunGetResponse.SuccessStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()LegacyBatchProcessorRungetBatchProcessorRun()booleangetSuccess()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getSuccess
public boolean getSuccess()
-
getBatchProcessorRun
public LegacyBatchProcessorRun getBatchProcessorRun()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static BatchProcessorRunGetResponse.SuccessStage builder()
-
-