Package org.yamcs.protobuf
Interface ClientInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientInfo,ClientInfo.Builder
public interface ClientInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()optional string address = 10;com.google.protobuf.ByteStringgetAddressBytes()optional string address = 10;StringgetApplicationName()optional string applicationName = 4;com.google.protobuf.ByteStringgetApplicationNameBytes()optional string applicationName = 4;intgetId()optional int32 id = 2;StringgetInstance()optional string instance = 1;com.google.protobuf.ByteStringgetInstanceBytes()optional string instance = 1;com.google.protobuf.TimestampgetLoginTime()optional .google.protobuf.Timestamp loginTime = 11;com.google.protobuf.TimestampOrBuildergetLoginTimeOrBuilder()optional .google.protobuf.Timestamp loginTime = 11;StringgetProcessorName()optional string processorName = 5;com.google.protobuf.ByteStringgetProcessorNameBytes()optional string processorName = 5;ClientInfo.ClientStategetState()optional .yamcs.protobuf.clients.ClientInfo.ClientState state = 6;StringgetUsername()optional string username = 3;com.google.protobuf.ByteStringgetUsernameBytes()optional string username = 3;booleanhasAddress()optional string address = 10;booleanhasApplicationName()optional string applicationName = 4;booleanhasId()optional int32 id = 2;booleanhasInstance()optional string instance = 1;booleanhasLoginTime()optional .google.protobuf.Timestamp loginTime = 11;booleanhasProcessorName()optional string processorName = 5;booleanhasState()optional .yamcs.protobuf.clients.ClientInfo.ClientState state = 6;booleanhasUsername()optional string username = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional int32 id = 2;
-
getId
int getId()
optional int32 id = 2;
-
hasUsername
boolean hasUsername()
optional string username = 3;
-
getUsername
String getUsername()
optional string username = 3;
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
optional string username = 3;
-
hasApplicationName
boolean hasApplicationName()
optional string applicationName = 4;
-
getApplicationName
String getApplicationName()
optional string applicationName = 4;
-
getApplicationNameBytes
com.google.protobuf.ByteString getApplicationNameBytes()
optional string applicationName = 4;
-
hasAddress
boolean hasAddress()
optional string address = 10;
-
getAddress
String getAddress()
optional string address = 10;
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()
optional string address = 10;
-
hasInstance
boolean hasInstance()
optional string instance = 1;
-
getInstance
String getInstance()
optional string instance = 1;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
optional string instance = 1;
-
hasProcessorName
boolean hasProcessorName()
optional string processorName = 5;
-
getProcessorName
String getProcessorName()
optional string processorName = 5;
-
getProcessorNameBytes
com.google.protobuf.ByteString getProcessorNameBytes()
optional string processorName = 5;
-
hasState
boolean hasState()
optional .yamcs.protobuf.clients.ClientInfo.ClientState state = 6;
-
getState
ClientInfo.ClientState getState()
optional .yamcs.protobuf.clients.ClientInfo.ClientState state = 6;
-
hasLoginTime
boolean hasLoginTime()
optional .google.protobuf.Timestamp loginTime = 11;
-
getLoginTime
com.google.protobuf.Timestamp getLoginTime()
optional .google.protobuf.Timestamp loginTime = 11;
-
getLoginTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLoginTimeOrBuilder()
optional .google.protobuf.Timestamp loginTime = 11;
-
-