Interface BoundPropertySetDiffProto.BoundPropertySetDiffProtoPBOrBuilder

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

public static interface BoundPropertySetDiffProto.BoundPropertySetDiffProtoPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasLocal

      boolean hasLocal()
      .common.protobuf.BasicBoundPropertySetPB local = 1;
      Returns:
      Whether the local field is set.
    • getLocal

      .common.protobuf.BasicBoundPropertySetPB local = 1;
      Returns:
      The local.
    • getLocalOrBuilder

      .common.protobuf.BasicBoundPropertySetPB local = 1;
    • hasModified

      boolean hasModified()
      .common.protobuf.BasicBoundPropertySetPB modified = 2;
      Returns:
      Whether the modified field is set.
    • getModified

      .common.protobuf.BasicBoundPropertySetPB modified = 2;
      Returns:
      The modified.
    • getModifiedOrBuilder

      .common.protobuf.BasicBoundPropertySetPB modified = 2;
    • getRemovedList

      List<String> getRemovedList()
       List of property names that were removed
       
      repeated string removed = 3;
      Returns:
      A list containing the removed.
    • getRemovedCount

      int getRemovedCount()
       List of property names that were removed
       
      repeated string removed = 3;
      Returns:
      The count of removed.
    • getRemoved

      String getRemoved(int index)
       List of property names that were removed
       
      repeated string removed = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The removed at the given index.
    • getRemovedBytes

      com.google.protobuf.ByteString getRemovedBytes(int index)
       List of property names that were removed
       
      repeated string removed = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the removed at the given index.