Interface InterconnectLinkOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    InterconnectLink, InterconnectLink.Builder

    public interface InterconnectLinkOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDeviceId()
      int32 device_id = 1;
      int getStrength()
      int32 strength = 3;
      java.lang.String getType()
      string type = 2;
      com.google.protobuf.ByteString getTypeBytes()
      string type = 2;
      • 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 Detail

      • getDeviceId

        int getDeviceId()
        int32 device_id = 1;
        Returns:
        The deviceId.
      • getType

        java.lang.String getType()
        string type = 2;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 2;
        Returns:
        The bytes for type.
      • getStrength

        int getStrength()
        int32 strength = 3;
        Returns:
        The strength.