Interface AbilityStringOuterClass.AbilityStringOrBuilder

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

public static interface AbilityStringOuterClass.AbilityStringOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 hash = 2;
    string str = 1;
    com.google.protobuf.ByteString
    string str = 1;
     
    boolean
    uint32 hash = 2;
    boolean
    string str = 1;

    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

    • hasStr

      boolean hasStr()
      string str = 1;
      Returns:
      Whether the str field is set.
    • getStr

      String getStr()
      string str = 1;
      Returns:
      The str.
    • getStrBytes

      com.google.protobuf.ByteString getStrBytes()
      string str = 1;
      Returns:
      The bytes for str.
    • hasHash

      boolean hasHash()
      uint32 hash = 2;
      Returns:
      Whether the hash field is set.
    • getHash

      int getHash()
      uint32 hash = 2;
      Returns:
      The hash.
    • getTypeCase