Package ai.reveng.model
Class ChildBinariesResponse
java.lang.Object
ai.reveng.model.ChildBinariesResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ChildBinariesResponse
extends Object
ChildBinariesResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenItem(RelativeBinaryResponse childrenItem) children(List<RelativeBinaryResponse> children) booleanstatic ChildBinariesResponseCreate an instance of ChildBinariesResponse given an JSON stringList of child binaries associated with the parent binaryGet parentinthashCode()parent(RelativeBinaryResponse parent) voidsetChildren(List<RelativeBinaryResponse> children) voidsetParent(RelativeBinaryResponse parent) toJson()Convert an instance of ChildBinariesResponse 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_CHILDREN
- See Also:
-
SERIALIZED_NAME_PARENT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ChildBinariesResponse
public ChildBinariesResponse()
-
-
Method Details
-
children
-
addChildrenItem
-
getChildren
List of child binaries associated with the parent binary- Returns:
- children
-
setChildren
-
parent
-
getParent
Get parent- Returns:
- parent
-
setParent
-
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 ChildBinariesResponse
-
fromJson
Create an instance of ChildBinariesResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ChildBinariesResponse
- Throws:
IOException- if the JSON string is invalid with respect to ChildBinariesResponse
-
toJson
Convert an instance of ChildBinariesResponse to an JSON string- Returns:
- JSON string
-