Interface InstanceIdAccessor.InstanceIdMutator

All Known Subinterfaces:
InstanceIdAccessor.InstanceIdProperty
Enclosing interface:
InstanceIdAccessor

public static interface InstanceIdAccessor.InstanceIdMutator
Provides a mutator for a instance TID property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setInstanceId(String aInstanceId)
    Sets the instance TID for the instance TID property.
  • Method Details

    • setInstanceId

      void setInstanceId(String aInstanceId)
      Sets the instance TID for the instance TID property.
      Parameters:
      aInstanceId - The instance TID to be stored by the instance TID property.