Class TargetDescription

    • Constructor Detail

      • TargetDescription

        public TargetDescription()
      • TargetDescription

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

      • getResourceDescription

        public String getResourceDescription()
        Get QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)
        Returns:
        ResourceDescription QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)
      • setResourceDescription

        public void setResourceDescription​(String ResourceDescription)
        Set QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)
        Parameters:
        ResourceDescription - QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)
      • getSCFParams

        public SCFParams getSCFParams()
        Get 云函数参数
        Returns:
        SCFParams 云函数参数
      • setSCFParams

        public void setSCFParams​(SCFParams SCFParams)
        Set 云函数参数
        Parameters:
        SCFParams - 云函数参数
      • getCkafkaTargetParams

        public CkafkaTargetParams getCkafkaTargetParams()
        Get Ckafka参数
        Returns:
        CkafkaTargetParams Ckafka参数
      • setCkafkaTargetParams

        public void setCkafkaTargetParams​(CkafkaTargetParams CkafkaTargetParams)
        Set Ckafka参数
        Parameters:
        CkafkaTargetParams - Ckafka参数
      • getESTargetParams

        public ESTargetParams getESTargetParams()
        Get ElasticSearch参数
        Returns:
        ESTargetParams ElasticSearch参数
      • setESTargetParams

        public void setESTargetParams​(ESTargetParams ESTargetParams)
        Set ElasticSearch参数
        Parameters:
        ESTargetParams - ElasticSearch参数