Class OpScope

    • Constructor Detail

      • OpScope

        public OpScope()
      • OpScope

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

      • getServiceInfoList

        public ServiceBasicRestartInfo[] getServiceInfoList()
        Get 操作范围,要操作的服务信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ServiceInfoList 操作范围,要操作的服务信息 注意:此字段可能返回 null,表示取不到有效值。
      • setServiceInfoList

        public void setServiceInfoList​(ServiceBasicRestartInfo[] ServiceInfoList)
        Set 操作范围,要操作的服务信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServiceInfoList - 操作范围,要操作的服务信息 注意:此字段可能返回 null,表示取不到有效值。