blob: 45e05eab0b856426fe7e94c6cb94813489e9dd75 [file] [log] [blame]
package net.onrc.onos.api.batchoperation;
/**
* An interface of the class which is assigned to BatchOperation.
*/
public interface IBatchOperationTarget {
/**
* Gets ID of the object.
*
* @return ID of the object.
*/
public BatchOperationTargetId getId();
}