Package ai.reveng.model
Class CollectionBinariesUpdateResponse
java.lang.Object
ai.reveng.model.CollectionBinariesUpdateResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CollectionBinariesUpdateResponse
extends Object
CollectionBinariesUpdateResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBinariesItem(CollectionBinaryResponse binariesItem) binaries(List<CollectionBinaryResponse> binaries) booleanCreate an instance of CollectionBinariesUpdateResponse given an JSON stringCollection binariesinthashCode()voidsetBinaries(List<CollectionBinaryResponse> binaries) toJson()Convert an instance of CollectionBinariesUpdateResponse to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_BINARIES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CollectionBinariesUpdateResponse
public CollectionBinariesUpdateResponse()
-
-
Method Details
-
binaries
-
addBinariesItem
-
getBinaries
Collection binaries- Returns:
- binaries
-
setBinaries
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to CollectionBinariesUpdateResponse
-
fromJson
Create an instance of CollectionBinariesUpdateResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CollectionBinariesUpdateResponse
- Throws:
IOException- if the JSON string is invalid with respect to CollectionBinariesUpdateResponse
-
toJson
Convert an instance of CollectionBinariesUpdateResponse to an JSON string- Returns:
- JSON string
-