Interface OpcBrowseElementProto.OpcBrowseElementPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OpcBrowseElementProto.OpcBrowseElementPB, OpcBrowseElementProto.OpcBrowseElementPB.Builder
Enclosing class:
OpcBrowseElementProto

public static interface OpcBrowseElementProto.OpcBrowseElementPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasServer

      boolean hasServer()
      optional string server = 1;
      Returns:
      Whether the server field is set.
    • getServer

      String getServer()
      optional string server = 1;
      Returns:
      The server.
    • getServerBytes

      com.google.protobuf.ByteString getServerBytes()
      optional string server = 1;
      Returns:
      The bytes for server.
    • hasBrowsePath

      boolean hasBrowsePath()
      optional string browsePath = 2;
      Returns:
      Whether the browsePath field is set.
    • getBrowsePath

      String getBrowsePath()
      optional string browsePath = 2;
      Returns:
      The browsePath.
    • getBrowsePathBytes

      com.google.protobuf.ByteString getBrowsePathBytes()
      optional string browsePath = 2;
      Returns:
      The bytes for browsePath.
    • hasItemName

      boolean hasItemName()
      optional string itemName = 3;
      Returns:
      Whether the itemName field is set.
    • getItemName

      String getItemName()
      optional string itemName = 3;
      Returns:
      The itemName.
    • getItemNameBytes

      com.google.protobuf.ByteString getItemNameBytes()
      optional string itemName = 3;
      Returns:
      The bytes for itemName.
    • hasItemId

      boolean hasItemId()
      optional string itemId = 4;
      Returns:
      Whether the itemId field is set.
    • getItemId

      String getItemId()
      optional string itemId = 4;
      Returns:
      The itemId.
    • getItemIdBytes

      com.google.protobuf.ByteString getItemIdBytes()
      optional string itemId = 4;
      Returns:
      The bytes for itemId.
    • getItemType

      int getItemType()
      int32 itemType = 5;
      Returns:
      The itemType.
    • getPropertiesList

      repeated .common.protobuf.PropertyElementPB properties = 6;
    • getProperties

      OpcBrowseElementProto.PropertyElementPB getProperties(int index)
      repeated .common.protobuf.PropertyElementPB properties = 6;
    • getPropertiesCount

      int getPropertiesCount()
      repeated .common.protobuf.PropertyElementPB properties = 6;
    • getPropertiesOrBuilderList

      List<? extends OpcBrowseElementProto.PropertyElementPBOrBuilder> getPropertiesOrBuilderList()
      repeated .common.protobuf.PropertyElementPB properties = 6;
    • getPropertiesOrBuilder

      OpcBrowseElementProto.PropertyElementPBOrBuilder getPropertiesOrBuilder(int index)
      repeated .common.protobuf.PropertyElementPB properties = 6;
    • getComplete

      boolean getComplete()
      bool complete = 7;
      Returns:
      The complete.