Class CreateTableIndexResponse


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.12.0")
    public class CreateTableIndexResponse
    extends java.lang.Object
    • Field Detail

      • JSON_PROPERTY_ID

        public static final java.lang.String JSON_PROPERTY_ID
      • JSON_PROPERTY_LOCATION

        public static final java.lang.String JSON_PROPERTY_LOCATION
      • JSON_PROPERTY_PROPERTIES

        public static final java.lang.String JSON_PROPERTY_PROPERTIES
    • Constructor Detail

      • CreateTableIndexResponse

        public CreateTableIndexResponse()
    • Method Detail

      • getId

        @Nullable
        public java.util.List<java.lang.String> getId()
      • setId

        public void setId​(@Nullable
                          java.util.List<java.lang.String> id)
      • getLocation

        @Nonnull
        public java.lang.String getLocation()
      • setLocation

        public void setLocation​(@Nonnull
                                java.lang.String location)
      • properties

        public CreateTableIndexResponse properties​(@Nullable
                                                   java.util.Map<java.lang.String,​java.lang.String> properties)
      • putPropertiesItem

        public CreateTableIndexResponse putPropertiesItem​(java.lang.String key,
                                                          java.lang.String propertiesItem)
      • getProperties

        @Nullable
        public java.util.Map<java.lang.String,​java.lang.String> getProperties()
      • setProperties

        public void setProperties​(@Nullable
                                  java.util.Map<java.lang.String,​java.lang.String> properties)
      • equals

        public boolean equals​(java.lang.Object o)
      • hashCode

        public int hashCode()
      • toString

        public java.lang.String toString()
      • toUrlQueryString

        public java.lang.String toUrlQueryString()
      • toUrlQueryString

        public java.lang.String toUrlQueryString​(java.lang.String prefix)