Interface UniversalIdAccessor.UniversalIdMutator

All Known Subinterfaces:
EventMetaData.EventMetaDataBuilder, UniversalIdAccessor.UniversalIdProperty
All Known Implementing Classes:
EventMetaDataBuilderImpl
Enclosing interface:
UniversalIdAccessor

public static interface UniversalIdAccessor.UniversalIdMutator
Provides a mutator for a UID property.
  • Method Summary

    Modifier and Type Method Description
    void setUniversalId​(String aUid)
    Sets the UID for the UID property.
  • Method Details

    • setUniversalId

      void setUniversalId​(String aUid)
      Sets the UID for the UID property.
      Parameters:
      aUid - The UID to be stored by the UID property.