Class OutputDataConfig

    • Constructor Detail

      • OutputDataConfig

        public OutputDataConfig()
      • OutputDataConfig

        public OutputDataConfig​(OutputDataConfig 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

      • getCosOutputBucket

        public String getCosOutputBucket()
        Get cos输出桶 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CosOutputBucket cos输出桶 注意:此字段可能返回 null,表示取不到有效值。
      • setCosOutputBucket

        public void setCosOutputBucket​(String CosOutputBucket)
        Set cos输出桶 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CosOutputBucket - cos输出桶 注意:此字段可能返回 null,表示取不到有效值。
      • getCosOutputKeyPrefix

        public String getCosOutputKeyPrefix()
        Get cos输出key前缀 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CosOutputKeyPrefix cos输出key前缀 注意:此字段可能返回 null,表示取不到有效值。
      • setCosOutputKeyPrefix

        public void setCosOutputKeyPrefix​(String CosOutputKeyPrefix)
        Set cos输出key前缀 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CosOutputKeyPrefix - cos输出key前缀 注意:此字段可能返回 null,表示取不到有效值。
      • getFileSystemDataSource

        public FileSystemDataSource getFileSystemDataSource()
        Get 文件系统输出,如果指定了文件系统,那么Cos输出会被忽略 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FileSystemDataSource 文件系统输出,如果指定了文件系统,那么Cos输出会被忽略 注意:此字段可能返回 null,表示取不到有效值。
      • setFileSystemDataSource

        public void setFileSystemDataSource​(FileSystemDataSource FileSystemDataSource)
        Set 文件系统输出,如果指定了文件系统,那么Cos输出会被忽略 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FileSystemDataSource - 文件系统输出,如果指定了文件系统,那么Cos输出会被忽略 注意:此字段可能返回 null,表示取不到有效值。