public static interface SiLACloudConnector.ObservableCommandInitiationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SiLACloudConnector.CommandParameter |
getCommandParameter()
command payload
|
SiLACloudConnector.CommandParameterOrBuilder |
getCommandParameterOrBuilder()
command payload
|
String |
getFullyQualifiedCommandId()
command id, relation to the command to be executed
|
com.google.protobuf.ByteString |
getFullyQualifiedCommandIdBytes()
command id, relation to the command to be executed
|
boolean |
hasCommandParameter()
command payload
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFullyQualifiedCommandId()
command id, relation to the command to be executed
string fullyQualifiedCommandId = 1;com.google.protobuf.ByteString getFullyQualifiedCommandIdBytes()
command id, relation to the command to be executed
string fullyQualifiedCommandId = 1;boolean hasCommandParameter()
command payload
.sila2.org.silastandard.CommandParameter commandParameter = 2;SiLACloudConnector.CommandParameter getCommandParameter()
command payload
.sila2.org.silastandard.CommandParameter commandParameter = 2;SiLACloudConnector.CommandParameterOrBuilder getCommandParameterOrBuilder()
command payload
.sila2.org.silastandard.CommandParameter commandParameter = 2;Copyright © 2024 SiLA Java Developers. All rights reserved.