Interface AlleleProto.AlleleKeyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string alt = 4;
    com.google.protobuf.ByteString
    string alt = 4;
    int
    int32 chr = 1;
    int
    int32 position = 2;
    string ref = 3;
    com.google.protobuf.ByteString
    string ref = 3;

    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

    • getChr

      int getChr()
      int32 chr = 1;
      Returns:
      The chr.
    • getPosition

      int getPosition()
      int32 position = 2;
      Returns:
      The position.
    • getRef

      String getRef()
      string ref = 3;
      Returns:
      The ref.
    • getRefBytes

      com.google.protobuf.ByteString getRefBytes()
      string ref = 3;
      Returns:
      The bytes for ref.
    • getAlt

      String getAlt()
      string alt = 4;
      Returns:
      The alt.
    • getAltBytes

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