Interface MsgParamOuterClass.MsgParamOrBuilder

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

public static interface MsgParamOuterClass.MsgParamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    float flt_param = 14;
    int
    uint32 int_param = 13;
     
    string str_param = 4;
    com.google.protobuf.ByteString
    string str_param = 4;
    boolean
    float flt_param = 14;
    boolean
    uint32 int_param = 13;
    boolean
    string str_param = 4;

    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

    • hasIntParam

      boolean hasIntParam()
      uint32 int_param = 13;
      Returns:
      Whether the intParam field is set.
    • getIntParam

      int getIntParam()
      uint32 int_param = 13;
      Returns:
      The intParam.
    • hasFltParam

      boolean hasFltParam()
      float flt_param = 14;
      Returns:
      Whether the fltParam field is set.
    • getFltParam

      float getFltParam()
      float flt_param = 14;
      Returns:
      The fltParam.
    • hasStrParam

      boolean hasStrParam()
      string str_param = 4;
      Returns:
      Whether the strParam field is set.
    • getStrParam

      String getStrParam()
      string str_param = 4;
      Returns:
      The strParam.
    • getStrParamBytes

      com.google.protobuf.ByteString getStrParamBytes()
      string str_param = 4;
      Returns:
      The bytes for strParam.
    • getParamCase