Class InstanceGroups

    • Constructor Detail

      • InstanceGroups

        public InstanceGroups()
      • InstanceGroups

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

      • getId

        public Long getId()
        Get 实例组 Id
        Returns:
        Id 实例组 Id
      • setId

        public void setId​(Long Id)
        Set 实例组 Id
        Parameters:
        Id - 实例组 Id
      • getName

        public String getName()
        Get 实例组名称
        Returns:
        Name 实例组名称
      • setName

        public void setName​(String Name)
        Set 实例组名称
        Parameters:
        Name - 实例组名称