Enum RiskAnalysis.ClassificationReason

    • Enum Constant Detail

      • CLASSIFICATION_REASON_UNSPECIFIED

        public static final RiskAnalysis.ClassificationReason CLASSIFICATION_REASON_UNSPECIFIED
         Default unspecified type.
         
        CLASSIFICATION_REASON_UNSPECIFIED = 0;
      • UNEXPECTED_ENVIRONMENT

        public static final RiskAnalysis.ClassificationReason UNEXPECTED_ENVIRONMENT
         The event originated from an illegitimate environment.
         
        UNEXPECTED_ENVIRONMENT = 2;
      • TOO_MUCH_TRAFFIC

        public static final RiskAnalysis.ClassificationReason TOO_MUCH_TRAFFIC
         Traffic volume from the event source is higher than normal.
         
        TOO_MUCH_TRAFFIC = 3;
      • UNEXPECTED_USAGE_PATTERNS

        public static final RiskAnalysis.ClassificationReason UNEXPECTED_USAGE_PATTERNS
         Interactions with the site were significantly different than expected
         patterns.
         
        UNEXPECTED_USAGE_PATTERNS = 4;
      • LOW_CONFIDENCE_SCORE

        public static final RiskAnalysis.ClassificationReason LOW_CONFIDENCE_SCORE
         Too little traffic has been received from this site thus far to generate
         quality risk analysis.
         
        LOW_CONFIDENCE_SCORE = 5;
      • SUSPECTED_CARDING

        public static final RiskAnalysis.ClassificationReason SUSPECTED_CARDING
         The request matches behavioral characteristics of a carding attack.
         
        SUSPECTED_CARDING = 6;
      • SUSPECTED_CHARGEBACK

        public static final RiskAnalysis.ClassificationReason SUSPECTED_CHARGEBACK
         The request matches behavioral characteristics of chargebacks for fraud.
         
        SUSPECTED_CHARGEBACK = 7;
    • Field Detail

      • CLASSIFICATION_REASON_UNSPECIFIED_VALUE

        public static final int CLASSIFICATION_REASON_UNSPECIFIED_VALUE
         Default unspecified type.
         
        CLASSIFICATION_REASON_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • AUTOMATION_VALUE

        public static final int AUTOMATION_VALUE
         Interactions matched the behavior of an automated agent.
         
        AUTOMATION = 1;
        See Also:
        Constant Field Values
      • UNEXPECTED_ENVIRONMENT_VALUE

        public static final int UNEXPECTED_ENVIRONMENT_VALUE
         The event originated from an illegitimate environment.
         
        UNEXPECTED_ENVIRONMENT = 2;
        See Also:
        Constant Field Values
      • TOO_MUCH_TRAFFIC_VALUE

        public static final int TOO_MUCH_TRAFFIC_VALUE
         Traffic volume from the event source is higher than normal.
         
        TOO_MUCH_TRAFFIC = 3;
        See Also:
        Constant Field Values
      • UNEXPECTED_USAGE_PATTERNS_VALUE

        public static final int UNEXPECTED_USAGE_PATTERNS_VALUE
         Interactions with the site were significantly different than expected
         patterns.
         
        UNEXPECTED_USAGE_PATTERNS = 4;
        See Also:
        Constant Field Values
      • LOW_CONFIDENCE_SCORE_VALUE

        public static final int LOW_CONFIDENCE_SCORE_VALUE
         Too little traffic has been received from this site thus far to generate
         quality risk analysis.
         
        LOW_CONFIDENCE_SCORE = 5;
        See Also:
        Constant Field Values
      • SUSPECTED_CARDING_VALUE

        public static final int SUSPECTED_CARDING_VALUE
         The request matches behavioral characteristics of a carding attack.
         
        SUSPECTED_CARDING = 6;
        See Also:
        Constant Field Values
      • SUSPECTED_CHARGEBACK_VALUE

        public static final int SUSPECTED_CHARGEBACK_VALUE
         The request matches behavioral characteristics of chargebacks for fraud.
         
        SUSPECTED_CHARGEBACK = 7;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static RiskAnalysis.ClassificationReason[] 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 (RiskAnalysis.ClassificationReason c : RiskAnalysis.ClassificationReason.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static RiskAnalysis.ClassificationReason valueOf​(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:
        IllegalArgumentException - if this enum type 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 RiskAnalysis.ClassificationReason 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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static RiskAnalysis.ClassificationReason forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • 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 RiskAnalysis.ClassificationReason valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        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:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null