-
- All Known Subinterfaces:
InstanceIdAccessor.InstanceIdProperty
public interface InstanceIdAccessor
Provides an accessor for a instance TID property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
InstanceIdAccessor.InstanceIdBuilder<B extends InstanceIdAccessor.InstanceIdBuilder<B>>
Provides a builder for a instance TID property.static interface
InstanceIdAccessor.InstanceIdMutator
Provides a mutator for a instance TID property.static interface
InstanceIdAccessor.InstanceIdProperty
Provides a instance TID property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getInstanceId()
Retrieves the instance TID from the instance TID property.
-
-
-
Method Detail
-
getInstanceId
String getInstanceId()
Retrieves the instance TID from the instance TID property.- Returns:
- The instance TID stored by the instance TID property.
-
-