Package com.qtsurfer.api.client.model
Class SweepProgress
java.lang.Object
com.qtsurfer.api.client.model.SweepProgress
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class SweepProgress
extends Object
SweepProgress
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this SweepProgress object is equal to o.Get abortedgetDone()Get doneGet pendingShardsGet shardCountgetTotal()Get totalinthashCode()pendingShards(Integer pendingShards) voidsetAborted(Long aborted) voidvoidsetPendingShards(Integer pendingShards) voidsetShardCount(Integer shardCount) voidshardCount(Integer shardCount) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DONE
- See Also:
-
JSON_PROPERTY_TOTAL
- See Also:
-
JSON_PROPERTY_ABORTED
- See Also:
-
JSON_PROPERTY_SHARD_COUNT
- See Also:
-
JSON_PROPERTY_PENDING_SHARDS
- See Also:
-
-
Constructor Details
-
SweepProgress
public SweepProgress()
-
-
Method Details
-
done
-
getDone
Get done- Returns:
- done
-
setDone
-
total
-
getTotal
Get total- Returns:
- total
-
setTotal
-
aborted
-
getAborted
Get aborted- Returns:
- aborted
-
setAborted
-
shardCount
-
getShardCount
Get shardCount- Returns:
- shardCount
-
setShardCount
-
pendingShards
-
getPendingShards
Get pendingShards- Returns:
- pendingShards
-
setPendingShards
-
equals
Return true if this SweepProgress object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-