Interface RiskScoreClassOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RiskScoreClass, RiskScoreClass.Builder

    public interface RiskScoreClassOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLabel()
      string label = 1;
      com.google.protobuf.ByteString getLabelBytes()
      string label = 1;
      int getMax()
      int32 max = 3;
      int getMin()
      int32 min = 2;
      String getUrl()
      string url = 4;
      com.google.protobuf.ByteString getUrlBytes()
      string url = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getLabel

        String getLabel()
        string label = 1;
        Returns:
        The label.
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
        string label = 1;
        Returns:
        The bytes for label.
      • getMin

        int getMin()
        int32 min = 2;
        Returns:
        The min.
      • getMax

        int getMax()
        int32 max = 3;
        Returns:
        The max.
      • getUrl

        String getUrl()
        string url = 4;
        Returns:
        The url.
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
        string url = 4;
        Returns:
        The bytes for url.