Class DeleteIndexesStatusResponse
java.lang.Object
com.here.platform.data.client.model.DeleteIndexesStatusResponse
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
public final class DeleteIndexesStatusResponse
extends Object
implements scala.Product, Serializable
param: deleteId String containing the delete request id.
param: state The state of the delete request.
param: message A message describing the state if state is "Failed" otherwise undefined
param: count Number of deleted index records if state is "Succeeded" otherwise undefined
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic interfacestatic class -
Constructor Summary
ConstructorsConstructorDescriptionDeleteIndexesStatusResponse(String deleteId, String state, String message, int count) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
DeleteIndexesStatusResponse
-
-
Method Details
-
getState
-
deleteId
-
state
-
message
-
count
public int count() -
currentState
-