Interface AlleleProto.ClinVarOrBuilder

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

public static interface AlleleProto.ClinVarOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAlleleId

      String getAlleleId()
      string alleleId = 1;
      Returns:
      The alleleId.
    • getAlleleIdBytes

      com.google.protobuf.ByteString getAlleleIdBytes()
      string alleleId = 1;
      Returns:
      The bytes for alleleId.
    • getPrimaryInterpretationValue

      int getPrimaryInterpretationValue()
      .ClinVar.ClinSig primaryInterpretation = 2;
      Returns:
      The enum numeric value on the wire for primaryInterpretation.
    • getPrimaryInterpretation

      AlleleProto.ClinVar.ClinSig getPrimaryInterpretation()
      .ClinVar.ClinSig primaryInterpretation = 2;
      Returns:
      The primaryInterpretation.
    • getSecondaryInterpretationsList

      List<AlleleProto.ClinVar.ClinSig> getSecondaryInterpretationsList()
      repeated .ClinVar.ClinSig secondaryInterpretations = 3;
      Returns:
      A list containing the secondaryInterpretations.
    • getSecondaryInterpretationsCount

      int getSecondaryInterpretationsCount()
      repeated .ClinVar.ClinSig secondaryInterpretations = 3;
      Returns:
      The count of secondaryInterpretations.
    • getSecondaryInterpretations

      AlleleProto.ClinVar.ClinSig getSecondaryInterpretations(int index)
      repeated .ClinVar.ClinSig secondaryInterpretations = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The secondaryInterpretations at the given index.
    • getSecondaryInterpretationsValueList

      List<Integer> getSecondaryInterpretationsValueList()
      repeated .ClinVar.ClinSig secondaryInterpretations = 3;
      Returns:
      A list containing the enum numeric values on the wire for secondaryInterpretations.
    • getSecondaryInterpretationsValue

      int getSecondaryInterpretationsValue(int index)
      repeated .ClinVar.ClinSig secondaryInterpretations = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of secondaryInterpretations at the given index.
    • getReviewStatus

      String getReviewStatus()
      string reviewStatus = 4;
      Returns:
      The reviewStatus.
    • getReviewStatusBytes

      com.google.protobuf.ByteString getReviewStatusBytes()
      string reviewStatus = 4;
      Returns:
      The bytes for reviewStatus.
    • getIncludedAllelesCount

      int getIncludedAllelesCount()
      map<string, .ClinVar.ClinSig> includedAlleles = 5;
    • containsIncludedAlleles

      boolean containsIncludedAlleles(String key)
      map<string, .ClinVar.ClinSig> includedAlleles = 5;
    • getIncludedAlleles

      Deprecated.
    • getIncludedAllelesMap

      Map<String,AlleleProto.ClinVar.ClinSig> getIncludedAllelesMap()
      map<string, .ClinVar.ClinSig> includedAlleles = 5;
    • getIncludedAllelesOrDefault

      AlleleProto.ClinVar.ClinSig getIncludedAllelesOrDefault(String key, AlleleProto.ClinVar.ClinSig defaultValue)
      map<string, .ClinVar.ClinSig> includedAlleles = 5;
    • getIncludedAllelesOrThrow

      AlleleProto.ClinVar.ClinSig getIncludedAllelesOrThrow(String key)
      map<string, .ClinVar.ClinSig> includedAlleles = 5;
    • getIncludedAllelesValue

      @Deprecated Map<String,Integer> getIncludedAllelesValue()
      Deprecated.
    • getIncludedAllelesValueMap

      Map<String,Integer> getIncludedAllelesValueMap()
      map<string, .ClinVar.ClinSig> includedAlleles = 5;
    • getIncludedAllelesValueOrDefault

      int getIncludedAllelesValueOrDefault(String key, int defaultValue)
      map<string, .ClinVar.ClinSig> includedAlleles = 5;
    • getIncludedAllelesValueOrThrow

      int getIncludedAllelesValueOrThrow(String key)
      map<string, .ClinVar.ClinSig> includedAlleles = 5;