Enum ActivatedBy

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<ActivatedBy>

    public enum ActivatedBy
    extends java.lang.Enum<ActivatedBy>
    implements com.google.protobuf.Internal.EnumLite
    Protobuf enum streamlayer.interactive.ActivatedBy
    • Enum Constant Detail

      • ACTIVATED_BY_UNSET

        public static final ActivatedBy ACTIVATED_BY_UNSET
        ACTIVATED_BY_UNSET = 0;
      • ACTIVATED_BY_USER

        public static final ActivatedBy ACTIVATED_BY_USER
        ACTIVATED_BY_USER = 1;
      • ACTIVATED_BY_AUTO_POST

        public static final ActivatedBy ACTIVATED_BY_AUTO_POST
        ACTIVATED_BY_AUTO_POST = 2;
      • ACTIVATED_BY_TRIGGER_TYPE_MANUAL

        public static final ActivatedBy ACTIVATED_BY_TRIGGER_TYPE_MANUAL
        ACTIVATED_BY_TRIGGER_TYPE_MANUAL = 3;
      • ACTIVATED_BY_TRIGGER_TYPE_EVENT_BASED

        public static final ActivatedBy ACTIVATED_BY_TRIGGER_TYPE_EVENT_BASED
        ACTIVATED_BY_TRIGGER_TYPE_EVENT_BASED = 4;
      • ACTIVATED_BY_TRIGGER_TYPE_SCTE_35

        public static final ActivatedBy ACTIVATED_BY_TRIGGER_TYPE_SCTE_35
        ACTIVATED_BY_TRIGGER_TYPE_SCTE_35 = 5;
      • ACTIVATED_BY_TRIGGER_TYPE_VAST_SIGNAL

        public static final ActivatedBy ACTIVATED_BY_TRIGGER_TYPE_VAST_SIGNAL
        ACTIVATED_BY_TRIGGER_TYPE_VAST_SIGNAL = 6;
      • UNRECOGNIZED

        public static final ActivatedBy UNRECOGNIZED
    • Field Detail

      • ACTIVATED_BY_UNSET_VALUE

        public static final int ACTIVATED_BY_UNSET_VALUE
        ACTIVATED_BY_UNSET = 0;
        See Also:
        Constant Field Values
      • ACTIVATED_BY_USER_VALUE

        public static final int ACTIVATED_BY_USER_VALUE
        ACTIVATED_BY_USER = 1;
        See Also:
        Constant Field Values
      • ACTIVATED_BY_AUTO_POST_VALUE

        public static final int ACTIVATED_BY_AUTO_POST_VALUE
        ACTIVATED_BY_AUTO_POST = 2;
        See Also:
        Constant Field Values
      • ACTIVATED_BY_TRIGGER_TYPE_MANUAL_VALUE

        public static final int ACTIVATED_BY_TRIGGER_TYPE_MANUAL_VALUE
        ACTIVATED_BY_TRIGGER_TYPE_MANUAL = 3;
        See Also:
        Constant Field Values
      • ACTIVATED_BY_TRIGGER_TYPE_EVENT_BASED_VALUE

        public static final int ACTIVATED_BY_TRIGGER_TYPE_EVENT_BASED_VALUE
        ACTIVATED_BY_TRIGGER_TYPE_EVENT_BASED = 4;
        See Also:
        Constant Field Values
      • ACTIVATED_BY_TRIGGER_TYPE_SCTE_35_VALUE

        public static final int ACTIVATED_BY_TRIGGER_TYPE_SCTE_35_VALUE
        ACTIVATED_BY_TRIGGER_TYPE_SCTE_35 = 5;
        See Also:
        Constant Field Values
      • ACTIVATED_BY_TRIGGER_TYPE_VAST_SIGNAL_VALUE

        public static final int ACTIVATED_BY_TRIGGER_TYPE_VAST_SIGNAL_VALUE
        ACTIVATED_BY_TRIGGER_TYPE_VAST_SIGNAL = 6;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ActivatedBy[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ActivatedBy c : ActivatedBy.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ActivatedBy valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

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

        @Deprecated
        public static ActivatedBy valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • forNumber

        public static ActivatedBy forNumber​(int value)
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<ActivatedBy> internalGetValueMap()
      • internalGetVerifier

        public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()