Interface UserProtos.ConvertSupportOrBuilder

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

public static interface UserProtos.ConvertSupportOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required .common.MinorType from = 1;
    required .common.MinorType to = 2;
    boolean
    required .common.MinorType from = 1;
    boolean
    required .common.MinorType to = 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

    • hasFrom

      boolean hasFrom()
      required .common.MinorType from = 1;
      Returns:
      Whether the from field is set.
    • getFrom

      required .common.MinorType from = 1;
      Returns:
      The from.
    • hasTo

      boolean hasTo()
      required .common.MinorType to = 2;
      Returns:
      Whether the to field is set.
    • getTo

      required .common.MinorType to = 2;
      Returns:
      The to.