Interface TagPathProto.PropertyAlteredTagPathPBOrBuilder

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

public static interface TagPathProto.PropertyAlteredTagPathPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasInternalPath

      boolean hasInternalPath()
      .common.protobuf.TagPathPB internalPath = 1;
      Returns:
      Whether the internalPath field is set.
    • getInternalPath

      TagPathProto.TagPathPB getInternalPath()
      .common.protobuf.TagPathPB internalPath = 1;
      Returns:
      The internalPath.
    • getInternalPathOrBuilder

      TagPathProto.TagPathPBOrBuilder getInternalPathOrBuilder()
      .common.protobuf.TagPathPB internalPath = 1;
    • hasProperty

      boolean hasProperty()
      optional .common.protobuf.BasicPropertyPB property = 2;
      Returns:
      Whether the property field is set.
    • getProperty

      optional .common.protobuf.BasicPropertyPB property = 2;
      Returns:
      The property.
    • getPropertyOrBuilder

      optional .common.protobuf.BasicPropertyPB property = 2;