-
public class AttributesSendResponse extends Response
Response for AttributesSendQuery
-
-
Field Summary
Fields Modifier and Type Field Description private StringtransactionIDprivate longversionprivate StringprojectKey
-
Constructor Summary
Constructors Constructor Description AttributesSendResponse(String queryID)
-
Method Summary
Modifier and Type Method Description StringgetTransactionID()voidsetTransactionID(String transactionID)longgetVersion()voidsetVersion(long version)StringgetProjectKey()voidsetProjectKey(String projectKey)-
-
Constructor Detail
-
AttributesSendResponse
AttributesSendResponse(String queryID)
-
-
Method Detail
-
getTransactionID
String getTransactionID()
-
setTransactionID
void setTransactionID(String transactionID)
-
getVersion
long getVersion()
-
setVersion
void setVersion(long version)
-
getProjectKey
String getProjectKey()
-
setProjectKey
void setProjectKey(String projectKey)
-
-
-
-