Interface PdiParamOuterClass.PdiParamOrBuilder

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

public static interface PdiParamOuterClass.PdiParamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 Index = 3;
    int
    int32 Slot = 1;
    int
    int32 Subindex = 4;
    int
    int32 Subslot = 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

    • getSlot

      int getSlot()
      int32 Slot = 1;
    • getSubslot

      int getSubslot()
      int32 Subslot = 2;
    • getIndex

      int getIndex()
      int32 Index = 3;
    • getSubindex

      int getSubindex()
      int32 Subindex = 4;