Package org.yamcs.protobuf
Interface LinkInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LinkInfo,LinkInfo.Builder
public interface LinkInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDataInCount()optional int64 dataInCount = 10;longgetDataOutCount()optional int64 dataOutCount = 11;StringgetDetailedStatus()optional string detailedStatus = 9;com.google.protobuf.ByteStringgetDetailedStatusBytes()optional string detailedStatus = 9;booleangetDisabled()optional bool disabled = 6;StringgetInstance()optional string instance = 1;com.google.protobuf.ByteStringgetInstanceBytes()optional string instance = 1;StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;StringgetParentName()if this is a sublink of an aggregated data link, this is the name of the parentcom.google.protobuf.ByteStringgetParentNameBytes()if this is a sublink of an aggregated data link, this is the name of the parentStringgetSpec()optional string spec = 4;com.google.protobuf.ByteStringgetSpecBytes()optional string spec = 4;StringgetStatus()optional string status = 7;com.google.protobuf.ByteStringgetStatusBytes()optional string status = 7;StringgetType()optional string type = 3;com.google.protobuf.ByteStringgetTypeBytes()optional string type = 3;booleanhasDataInCount()optional int64 dataInCount = 10;booleanhasDataOutCount()optional int64 dataOutCount = 11;booleanhasDetailedStatus()optional string detailedStatus = 9;booleanhasDisabled()optional bool disabled = 6;booleanhasInstance()optional string instance = 1;booleanhasName()optional string name = 2;booleanhasParentName()if this is a sublink of an aggregated data link, this is the name of the parentbooleanhasSpec()optional string spec = 4;booleanhasStatus()optional string status = 7;booleanhasType()optional string type = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstance
boolean hasInstance()
optional string instance = 1;
-
getInstance
String getInstance()
optional string instance = 1;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
optional string instance = 1;
-
hasName
boolean hasName()
optional string name = 2;
-
getName
String getName()
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
-
hasType
boolean hasType()
optional string type = 3;
-
getType
String getType()
optional string type = 3;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
optional string type = 3;
-
hasSpec
boolean hasSpec()
optional string spec = 4;
-
getSpec
String getSpec()
optional string spec = 4;
-
getSpecBytes
com.google.protobuf.ByteString getSpecBytes()
optional string spec = 4;
-
hasDisabled
boolean hasDisabled()
optional bool disabled = 6;
-
getDisabled
boolean getDisabled()
optional bool disabled = 6;
-
hasStatus
boolean hasStatus()
optional string status = 7;
-
getStatus
String getStatus()
optional string status = 7;
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()
optional string status = 7;
-
hasDataInCount
boolean hasDataInCount()
optional int64 dataInCount = 10;
-
getDataInCount
long getDataInCount()
optional int64 dataInCount = 10;
-
hasDataOutCount
boolean hasDataOutCount()
optional int64 dataOutCount = 11;
-
getDataOutCount
long getDataOutCount()
optional int64 dataOutCount = 11;
-
hasDetailedStatus
boolean hasDetailedStatus()
optional string detailedStatus = 9;
-
getDetailedStatus
String getDetailedStatus()
optional string detailedStatus = 9;
-
getDetailedStatusBytes
com.google.protobuf.ByteString getDetailedStatusBytes()
optional string detailedStatus = 9;
-
hasParentName
boolean hasParentName()
if this is a sublink of an aggregated data link, this is the name of the parent
optional string parentName = 12;
-
getParentName
String getParentName()
if this is a sublink of an aggregated data link, this is the name of the parent
optional string parentName = 12;
-
getParentNameBytes
com.google.protobuf.ByteString getParentNameBytes()
if this is a sublink of an aggregated data link, this is the name of the parent
optional string parentName = 12;
-
-