Interface AlleleProto.PathogenicityScoreOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AlleleProto.PathogenicityScore, AlleleProto.PathogenicityScore.Builder
Enclosing class:
AlleleProto

public static interface AlleleProto.PathogenicityScoreOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .PathogenicitySource pathogenicitySource = 1;
    int
    .PathogenicitySource pathogenicitySource = 1;
    float
    float score = 2;

    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 Details

    • getPathogenicitySourceValue

      int getPathogenicitySourceValue()
      .PathogenicitySource pathogenicitySource = 1;
      Returns:
      The enum numeric value on the wire for pathogenicitySource.
    • getPathogenicitySource

      AlleleProto.PathogenicitySource getPathogenicitySource()
      .PathogenicitySource pathogenicitySource = 1;
      Returns:
      The pathogenicitySource.
    • getScore

      float getScore()
      float score = 2;
      Returns:
      The score.