Class TdwParam

    • Constructor Detail

      • TdwParam

        public TdwParam()
      • TdwParam

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

      • getBid

        public String getBid()
        Get Tdw的bid
        Returns:
        Bid Tdw的bid
      • setBid

        public void setBid​(String Bid)
        Set Tdw的bid
        Parameters:
        Bid - Tdw的bid
      • getTid

        public String getTid()
        Get Tdw的tid
        Returns:
        Tid Tdw的tid
      • setTid

        public void setTid​(String Tid)
        Set Tdw的tid
        Parameters:
        Tid - Tdw的tid
      • getIsDomestic

        public Boolean getIsDomestic()
        Get 默认true
        Returns:
        IsDomestic 默认true
      • setIsDomestic

        public void setIsDomestic​(Boolean IsDomestic)
        Set 默认true
        Parameters:
        IsDomestic - 默认true
      • getTdwHost

        public String getTdwHost()
        Get TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com
        Returns:
        TdwHost TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com
      • setTdwHost

        public void setTdwHost​(String TdwHost)
        Set TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com
        Parameters:
        TdwHost - TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com
      • getTdwPort

        public Long getTdwPort()
        Get TDW端口,默认8099
        Returns:
        TdwPort TDW端口,默认8099
      • setTdwPort

        public void setTdwPort​(Long TdwPort)
        Set TDW端口,默认8099
        Parameters:
        TdwPort - TDW端口,默认8099