X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=esr-mgr%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fesr%2Fcommon%2FSystemStatus.java;fp=esr-mgr%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fesr%2Fcommon%2FSystemStatus.java;h=26ce92fe7027338436f05ccffab56e2b1d6f57bb;hb=0f4c91c98e9fe5e403c110a85375778b7fad04fb;hp=0000000000000000000000000000000000000000;hpb=81d6090fdc1ad05afc785368e1a4029858265884;p=aai%2Fesr-server.git diff --git a/esr-mgr/src/main/java/org/onap/aai/esr/common/SystemStatus.java b/esr-mgr/src/main/java/org/onap/aai/esr/common/SystemStatus.java new file mode 100644 index 0000000..26ce92f --- /dev/null +++ b/esr-mgr/src/main/java/org/onap/aai/esr/common/SystemStatus.java @@ -0,0 +1,20 @@ +/** + * Copyright 2017 ZTE Corporation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.onap.aai.esr.common; + +public enum SystemStatus { + normal,abnormal +}