public class ListStatusPartialResult extends Object
Constructor and Description |
---|
ListStatusPartialResult(List<URIStatus> listings,
boolean isTruncated,
long fileCount)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ListStatusPartialResult |
fromProto(ListStatusPartialPResponse response)
Generate a
ListStatusPartialResult from a ListStatusPartialPResponse . |
long |
getFileCount() |
List<URIStatus> |
getListings() |
boolean |
isTruncated() |
public static ListStatusPartialResult fromProto(ListStatusPartialPResponse response)
ListStatusPartialResult
from a ListStatusPartialPResponse
.response
- the original responsepublic boolean isTruncated()
public long getFileCount()
Copyright © 2023. All Rights Reserved.