Class 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 OneOfSchemaFieldDataTypeType
    Map field type.
    • Constructor Summary

      Constructors 
      Constructor Description
      MapType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      @NotNull java.lang.String get__type()
      Name of this subclass in SimpleClassName format
      java.lang.String getKeyType()
      Key type in a map
      java.lang.String getValueType()
      Type of the value in a map
      int hashCode()  
      MapType keyType​(java.lang.String keyType)  
      void setKeyType​(java.lang.String keyType)  
      void setValueType​(java.lang.String valueType)  
      java.lang.String toString()  
      MapType valueType​(java.lang.String valueType)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MapType

        public MapType()
    • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object