blob: 3b2d3d9e9183a9d0ac10536df686e2cfdf8b8aec [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();
}