Enum Class SeverityOuterClass.Severity

java.lang.Object
java.lang.Enum<SeverityOuterClass.Severity>
Arp.System.Nm.Services.Grpc.SeverityOuterClass.Severity
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<SeverityOuterClass.Severity>, Constable
Enclosing class:
SeverityOuterClass

public static enum SeverityOuterClass.Severity extends Enum<SeverityOuterClass.Severity> implements com.google.protobuf.ProtocolMessageEnum
/ <summary>
 / Severity of the Notification
 / </summary>
 
Protobuf enum Arp.System.Nm.Services.Grpc.Severity
  • Enum Constant Details

    • S_Internal

      public static final SeverityOuterClass.Severity S_Internal
      / <summary>
       / Internal Notification to pulish some useful information
       / </summary>
       
      S_Internal = 0;
    • S_Info

      public static final SeverityOuterClass.Severity S_Info
      / <summary>
       / Information with relevance for the user
       / </summary>
       
      S_Info = 1;
    • S_Warning

      public static final SeverityOuterClass.Severity S_Warning
      / <summary>
       / Warnings
       / </summary>
       
      S_Warning = 2;
    • S_Error

      public static final SeverityOuterClass.Severity S_Error
      / <summary>
       / Errors without severe consequences
       / </summary>
       
      S_Error = 3;
    • S_Critical

      public static final SeverityOuterClass.Severity S_Critical
      / <summary>
       / Error with critical consequences
       / </summary>
       
      S_Critical = 4;
    • S_Fatal

      public static final SeverityOuterClass.Severity S_Fatal
      / <summary>
       / Fatal error
       / </summary>
       
      S_Fatal = 5;
    • S_Emerge

      public static final SeverityOuterClass.Severity S_Emerge
      / <summary>
       / Emerge error (error with fatal consequences which lead to a non functional system)
       / </summary>
       
      S_Emerge = 6;
    • UNRECOGNIZED

      public static final SeverityOuterClass.Severity UNRECOGNIZED
  • Field Details

    • S_Default

      public static final SeverityOuterClass.Severity S_Default
      / <summary>
       / Default severity when nothing special is defined
       / </summary>
       
      S_Default = 0;
    • S_Internal_VALUE

      public static final int S_Internal_VALUE
      / <summary>
       / Internal Notification to pulish some useful information
       / </summary>
       
      S_Internal = 0;
      See Also:
    • S_Info_VALUE

      public static final int S_Info_VALUE
      / <summary>
       / Information with relevance for the user
       / </summary>
       
      S_Info = 1;
      See Also:
    • S_Warning_VALUE

      public static final int S_Warning_VALUE
      / <summary>
       / Warnings
       / </summary>
       
      S_Warning = 2;
      See Also:
    • S_Error_VALUE

      public static final int S_Error_VALUE
      / <summary>
       / Errors without severe consequences
       / </summary>
       
      S_Error = 3;
      See Also:
    • S_Critical_VALUE

      public static final int S_Critical_VALUE
      / <summary>
       / Error with critical consequences
       / </summary>
       
      S_Critical = 4;
      See Also:
    • S_Fatal_VALUE

      public static final int S_Fatal_VALUE
      / <summary>
       / Fatal error
       / </summary>
       
      S_Fatal = 5;
      See Also:
    • S_Emerge_VALUE

      public static final int S_Emerge_VALUE
      / <summary>
       / Emerge error (error with fatal consequences which lead to a non functional system)
       / </summary>
       
      S_Emerge = 6;
      See Also:
    • S_Default_VALUE

      public static final int S_Default_VALUE
      / <summary>
       / Default severity when nothing special is defined
       / </summary>
       
      S_Default = 0;
      See Also:
    • internalValueMap

      private static final com.google.protobuf.Internal.EnumLiteMap<SeverityOuterClass.Severity> internalValueMap
    • VALUES

      private static final SeverityOuterClass.Severity[] VALUES
    • value

      private final int value
  • Constructor Details

    • Severity

      private Severity(int value)
  • Method Details

    • values

      public static SeverityOuterClass.Severity[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SeverityOuterClass.Severity valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static SeverityOuterClass.Severity valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static SeverityOuterClass.Severity forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<SeverityOuterClass.Severity> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static SeverityOuterClass.Severity valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null