Interface Transport.InitiationPacketOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAdminLabel​(int index)
      repeated string admin_label = 4;
      com.google.protobuf.ByteString getAdminLabelBytes​(int index)
      repeated string admin_label = 4;
      int getAdminLabelCount()
      repeated string admin_label = 4;
      java.util.List<java.lang.String> getAdminLabelList()
      repeated string admin_label = 4;
      Transport.IpAddress getBgpId()
      .IpAddress bgpId = 65531;
      Transport.IpAddressOrBuilder getBgpIdOrBuilder()
      .IpAddress bgpId = 65531;
      java.lang.String getHostname()
      string hostname = 65535;
      com.google.protobuf.ByteString getHostnameBytes()
      string hostname = 65535;
      java.lang.String getMessage​(int index)
      repeated string message = 3;
      com.google.protobuf.ByteString getMessageBytes​(int index)
      repeated string message = 3;
      int getMessageCount()
      repeated string message = 3;
      java.util.List<java.lang.String> getMessageList()
      repeated string message = 3;
      java.lang.String getSysDesc​(int index)
      repeated string sys_desc = 2;
      com.google.protobuf.ByteString getSysDescBytes​(int index)
      repeated string sys_desc = 2;
      int getSysDescCount()
      repeated string sys_desc = 2;
      java.util.List<java.lang.String> getSysDescList()
      repeated string sys_desc = 2;
      java.lang.String getSysName()
      string sys_name = 1;
      com.google.protobuf.ByteString getSysNameBytes()
      string sys_name = 1;
      boolean hasBgpId()
      .IpAddress bgpId = 65531;
      • 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

      • getSysName

        java.lang.String getSysName()
        string sys_name = 1;
        Returns:
        The sysName.
      • getSysNameBytes

        com.google.protobuf.ByteString getSysNameBytes()
        string sys_name = 1;
        Returns:
        The bytes for sysName.
      • getSysDescList

        java.util.List<java.lang.String> getSysDescList()
        repeated string sys_desc = 2;
        Returns:
        A list containing the sysDesc.
      • getSysDescCount

        int getSysDescCount()
        repeated string sys_desc = 2;
        Returns:
        The count of sysDesc.
      • getSysDesc

        java.lang.String getSysDesc​(int index)
        repeated string sys_desc = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The sysDesc at the given index.
      • getSysDescBytes

        com.google.protobuf.ByteString getSysDescBytes​(int index)
        repeated string sys_desc = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the sysDesc at the given index.
      • getMessageList

        java.util.List<java.lang.String> getMessageList()
        repeated string message = 3;
        Returns:
        A list containing the message.
      • getMessageCount

        int getMessageCount()
        repeated string message = 3;
        Returns:
        The count of message.
      • getMessage

        java.lang.String getMessage​(int index)
        repeated string message = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The message at the given index.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes​(int index)
        repeated string message = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the message at the given index.
      • getAdminLabelList

        java.util.List<java.lang.String> getAdminLabelList()
        repeated string admin_label = 4;
        Returns:
        A list containing the adminLabel.
      • getAdminLabelCount

        int getAdminLabelCount()
        repeated string admin_label = 4;
        Returns:
        The count of adminLabel.
      • getAdminLabel

        java.lang.String getAdminLabel​(int index)
        repeated string admin_label = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The adminLabel at the given index.
      • getAdminLabelBytes

        com.google.protobuf.ByteString getAdminLabelBytes​(int index)
        repeated string admin_label = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the adminLabel at the given index.
      • hasBgpId

        boolean hasBgpId()
        .IpAddress bgpId = 65531;
        Returns:
        Whether the bgpId field is set.
      • getHostname

        java.lang.String getHostname()
        string hostname = 65535;
        Returns:
        The hostname.
      • getHostnameBytes

        com.google.protobuf.ByteString getHostnameBytes()
        string hostname = 65535;
        Returns:
        The bytes for hostname.