Class B2ListPartsResponse
- java.lang.Object
-
- com.backblaze.b2.client.structures.B2ListPartsResponse
-
public class B2ListPartsResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description B2ListPartsResponse(java.util.List<B2Part> parts, java.lang.Integer nextPartNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
atEnd()
boolean
equals(java.lang.Object o)
java.lang.Integer
getNextPartNumber()
java.util.List<B2Part>
getParts()
int
hashCode()
-
-
-
Constructor Detail
-
B2ListPartsResponse
public B2ListPartsResponse(java.util.List<B2Part> parts, java.lang.Integer nextPartNumber)
-
-
Method Detail
-
getParts
public java.util.List<B2Part> getParts()
-
getNextPartNumber
public java.lang.Integer getNextPartNumber()
-
atEnd
public boolean atEnd()
- Returns:
- true iff this is the last set of responses.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-