Interface Transport.InitiationPacketOrBuilder

    • Method Detail

      • getSysName

        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

        List<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

        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

        List<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

        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

        List<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

        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

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

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