Class ClusterCustomParameters

    • Constructor Detail

      • ClusterCustomParameters

        public ClusterCustomParameters()
      • ClusterCustomParameters

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

      • getName

        public String getName()
        Get 参数名
        Returns:
        Name 参数名
      • setName

        public void setName​(String Name)
        Set 参数名
        Parameters:
        Name - 参数名
      • getValues

        public String[] getValues()
        Get 参数值
        Returns:
        Values 参数值
      • setValues

        public void setValues​(String[] Values)
        Set 参数值
        Parameters:
        Values - 参数值