Interface IdAndRevision

All Superinterfaces:
Serializable
All Known Implementing Classes:
ImmutableIdAndRevision

@Immutable @TypeAdapters public interface IdAndRevision extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
    @NotNull String
     
  • Method Details

    • getId

      @Named("_id") @NotNull @NotNull String getId()
    • getRev

      @Named("_rev") @NotNull @NotNull String getRev()