Interface ProjectorOptionRspOuterClass.ProjectorOptionRspOrBuilder

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

public static interface ProjectorOptionRspOuterClass.ProjectorOptionRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 1;
    int
    uint32 op_type = 14;
    int
    int32 retcode = 5;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 5;
      Returns:
      The retcode.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 1;
      Returns:
      The entityId.
    • getOpType

      int getOpType()
      uint32 op_type = 14;
      Returns:
      The opType.