com.microsoft.tfs.core.clients.workitem.query
Class BatchReadParameter

java.lang.Object
  extended by 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

Constructor Summary
BatchReadParameter(int id)
           
BatchReadParameter(int id, int revision)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getID()
           
 int getRev()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchReadParameter

public BatchReadParameter(int id)

BatchReadParameter

public BatchReadParameter(int id,
                          int revision)
Method Detail

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.