Class DropDMSTableRequest

    • Constructor Detail

      • DropDMSTableRequest

        public DropDMSTableRequest()
      • DropDMSTableRequest

        public DropDMSTableRequest​(DropDMSTableRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getDbName

        public String getDbName()
        Get 数据库名称
        Returns:
        DbName 数据库名称
      • setDbName

        public void setDbName​(String DbName)
        Set 数据库名称
        Parameters:
        DbName - 数据库名称
      • getName

        public String getName()
        Get 表名称
        Returns:
        Name 表名称
      • setName

        public void setName​(String Name)
        Set 表名称
        Parameters:
        Name - 表名称
      • getDeleteData

        public Boolean getDeleteData()
        Get 是否删除数据
        Returns:
        DeleteData 是否删除数据
      • setDeleteData

        public void setDeleteData​(Boolean DeleteData)
        Set 是否删除数据
        Parameters:
        DeleteData - 是否删除数据
      • getEnvProps

        public KVPair getEnvProps()
        Get 环境属性
        Returns:
        EnvProps 环境属性
      • setEnvProps

        public void setEnvProps​(KVPair EnvProps)
        Set 环境属性
        Parameters:
        EnvProps - 环境属性