com.microsoft.tfs.core.clients.workitem.query
Class BatchReadParameter
java.lang.Object
com.microsoft.tfs.core.clients.workitem.query.BatchReadParameter
public class BatchReadParameter
- extends java.lang.Object
Represents an ID and revision pair that will be added to a
BatchReadParameterCollection
.
- Since:
- TEE-SDK-10.1
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BatchReadParameter
public BatchReadParameter(int id)
BatchReadParameter
public BatchReadParameter(int id,
int revision)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
getID
public int getID()
getRev
public int getRev()
© 2015 Microsoft. All rights reserved.