Class ArrayType
- java.lang.Object
-
- io.datahubproject.openapi.generated.ArrayType
-
- All Implemented Interfaces:
OneOfSchemaFieldDataTypeType
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class ArrayType extends java.lang.Object implements OneOfSchemaFieldDataTypeTypeArray field type.
-
-
Constructor Summary
Constructors Constructor Description ArrayType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayTypeaddNestedTypeItem(java.lang.String nestedTypeItem)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName formatjava.util.List<java.lang.String>getNestedType()List of types this array holds.inthashCode()ArrayTypenestedType(java.util.List<java.lang.String> nestedType)voidsetNestedType(java.util.List<java.lang.String> nestedType)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
nestedType
public ArrayType nestedType(java.util.List<java.lang.String> nestedType)
-
addNestedTypeItem
public ArrayType addNestedTypeItem(java.lang.String nestedTypeItem)
-
getNestedType
public java.util.List<java.lang.String> getNestedType()
List of types this array holds.- Returns:
- nestedType
-
setNestedType
public void setNestedType(java.util.List<java.lang.String> nestedType)
-
equals
public boolean equals(java.lang.Object o)
- 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
-
-