Class MapType
- java.lang.Object
-
- io.datahubproject.openapi.generated.MapType
-
- 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 MapType extends java.lang.Object implements OneOfSchemaFieldDataTypeTypeMap field type.
-
-
Constructor Summary
Constructors Constructor Description MapType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName formatjava.lang.StringgetKeyType()Key type in a mapjava.lang.StringgetValueType()Type of the value in a mapinthashCode()MapTypekeyType(java.lang.String keyType)voidsetKeyType(java.lang.String keyType)voidsetValueType(java.lang.String valueType)java.lang.StringtoString()MapTypevalueType(java.lang.String valueType)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
keyType
public MapType keyType(java.lang.String keyType)
-
getKeyType
public java.lang.String getKeyType()
Key type in a map- Returns:
- keyType
-
setKeyType
public void setKeyType(java.lang.String keyType)
-
valueType
public MapType valueType(java.lang.String valueType)
-
getValueType
public java.lang.String getValueType()
Type of the value in a map- Returns:
- valueType
-
setValueType
public void setValueType(java.lang.String valueType)
-
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
-
-