Interface StatisticalRankedAduOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getExtras()
      Implementation-specific information can be encoded here
      com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
      Implementation-specific information can be encoded here
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      double getScore()
      double score = 3 [json_name = "score"];
      ArgumentStance getStance()
      .arg_services.ranking.v1beta.ArgumentStance stance = 5 [json_name = "stance"];
      int getStanceValue()
      .arg_services.ranking.v1beta.ArgumentStance stance = 5 [json_name = "stance"];
      java.lang.String getText()
      string text = 2 [json_name = "text"];
      com.google.protobuf.ByteString getTextBytes()
      string text = 2 [json_name = "text"];
      boolean hasExtras()
      Implementation-specific information can be encoded here
      • 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

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getText

        java.lang.String getText()
        string text = 2 [json_name = "text"];
        Returns:
        The text.
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        string text = 2 [json_name = "text"];
        Returns:
        The bytes for text.
      • getScore

        double getScore()
        double score = 3 [json_name = "score"];
        Returns:
        The score.
      • getStanceValue

        int getStanceValue()
        .arg_services.ranking.v1beta.ArgumentStance stance = 5 [json_name = "stance"];
        Returns:
        The enum numeric value on the wire for stance.
      • getStance

        ArgumentStance getStance()
        .arg_services.ranking.v1beta.ArgumentStance stance = 5 [json_name = "stance"];
        Returns:
        The stance.
      • hasExtras

        boolean hasExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Returns:
        Whether the extras field is set.
      • getExtras

        com.google.protobuf.Struct getExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Returns:
        The extras.
      • getExtrasOrBuilder

        com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];