Class Instance

    • Constructor Detail

      • Instance

        public Instance()
      • Instance

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

      • getInstanceId

        public String getInstanceId()
        Get 实例id
        Returns:
        InstanceId 实例id
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set 实例id
        Parameters:
        InstanceId - 实例id
      • getInstanceName

        public String getInstanceName()
        Get 实例名称
        Returns:
        InstanceName 实例名称
      • setInstanceName

        public void setInstanceName​(String InstanceName)
        Set 实例名称
        Parameters:
        InstanceName - 实例名称
      • getStatus

        public Long getStatus()
        Get 实例的状态。0:创建中,1:运行中,2:删除中 , 5 隔离中,-1 创建失败
        Returns:
        Status 实例的状态。0:创建中,1:运行中,2:删除中 , 5 隔离中,-1 创建失败
      • setStatus

        public void setStatus​(Long Status)
        Set 实例的状态。0:创建中,1:运行中,2:删除中 , 5 隔离中,-1 创建失败
        Parameters:
        Status - 实例的状态。0:创建中,1:运行中,2:删除中 , 5 隔离中,-1 创建失败
      • getIfCommunity

        public Boolean getIfCommunity()
        Get 是否开源实例。开源:true,不开源:false 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IfCommunity 是否开源实例。开源:true,不开源:false 注意:此字段可能返回 null,表示取不到有效值。
      • setIfCommunity

        public void setIfCommunity​(Boolean IfCommunity)
        Set 是否开源实例。开源:true,不开源:false 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IfCommunity - 是否开源实例。开源:true,不开源:false 注意:此字段可能返回 null,表示取不到有效值。