public static interface Ic3Data.Application.Component.InstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
optional string class_name = 2; |
com.google.protobuf.ByteString |
getClassNameBytes()
optional string class_name = 2; |
int |
getId()
optional uint32 id = 4; |
String |
getMethod()
optional string method = 3; |
com.google.protobuf.ByteString |
getMethodBytes()
optional string method = 3; |
String |
getStatement()
optional string statement = 1; |
com.google.protobuf.ByteString |
getStatementBytes()
optional string statement = 1; |
boolean |
hasClassName()
optional string class_name = 2; |
boolean |
hasId()
optional uint32 id = 4; |
boolean |
hasMethod()
optional string method = 3; |
boolean |
hasStatement()
optional string statement = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatement()
optional string statement = 1;String getStatement()
optional string statement = 1;com.google.protobuf.ByteString getStatementBytes()
optional string statement = 1;boolean hasClassName()
optional string class_name = 2;String getClassName()
optional string class_name = 2;com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 2;boolean hasMethod()
optional string method = 3;String getMethod()
optional string method = 3;com.google.protobuf.ByteString getMethodBytes()
optional string method = 3;boolean hasId()
optional uint32 id = 4;int getId()
optional uint32 id = 4;Copyright © 2018. All rights reserved.