Class AlterAdminObjectMetadataParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class AlterAdminObjectMetadataParams
    extends java.lang.Object

    Original spec-file type: AlterAdminObjectMetadataParams

     Input parameters for the alter_admin_object_metadata method.
             updates - the metadata updates to apply to the objects. If the same object is specified
                     twice in the list, the update order is unspecified. At most 1000 updates are allowed
                     in one call.
     
    • Constructor Detail

      • AlterAdminObjectMetadataParams

        public AlterAdminObjectMetadataParams()
    • Method Detail

      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • setAdditionalProperties

        public void setAdditionalProperties​(java.lang.String name,
                                            java.lang.Object value)
      • toString

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