Interface Ic3Data.Application.Component.InstructionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ic3Data.Application.Component.Instruction, Ic3Data.Application.Component.Instruction.Builder
Enclosing class:
Ic3Data.Application.Component

public static interface Ic3Data.Application.Component.InstructionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string class_name = 2;
    com.google.protobuf.ByteString
    optional string class_name = 2;
    int
    optional uint32 id = 4;
    optional string method = 3;
    com.google.protobuf.ByteString
    optional string method = 3;
    optional string statement = 1;
    com.google.protobuf.ByteString
    optional string statement = 1;
    boolean
    optional string class_name = 2;
    boolean
    optional uint32 id = 4;
    boolean
    optional string method = 3;
    boolean
    optional string statement = 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

    • hasStatement

      boolean hasStatement()
      optional string statement = 1;
      Returns:
      Whether the statement field is set.
    • getStatement

      String getStatement()
      optional string statement = 1;
      Returns:
      The statement.
    • getStatementBytes

      com.google.protobuf.ByteString getStatementBytes()
      optional string statement = 1;
      Returns:
      The bytes for statement.
    • hasClassName

      boolean hasClassName()
      optional string class_name = 2;
      Returns:
      Whether the className field is set.
    • getClassName

      String getClassName()
      optional string class_name = 2;
      Returns:
      The className.
    • getClassNameBytes

      com.google.protobuf.ByteString getClassNameBytes()
      optional string class_name = 2;
      Returns:
      The bytes for className.
    • hasMethod

      boolean hasMethod()
      optional string method = 3;
      Returns:
      Whether the method field is set.
    • getMethod

      String getMethod()
      optional string method = 3;
      Returns:
      The method.
    • getMethodBytes

      com.google.protobuf.ByteString getMethodBytes()
      optional string method = 3;
      Returns:
      The bytes for method.
    • hasId

      boolean hasId()
      optional uint32 id = 4;
      Returns:
      Whether the id field is set.
    • getId

      int getId()
      optional uint32 id = 4;
      Returns:
      The id.