public static interface FileSystemProto.FileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FileSystemProto.Attribute |
getAtts(int index) |
int |
getAttsCount() |
List<FileSystemProto.Attribute> |
getAttsList() |
FileSystemProto.AttributeOrBuilder |
getAttsOrBuilder(int index) |
List<? extends FileSystemProto.AttributeOrBuilder> |
getAttsOrBuilderList() |
boolean |
getIsDirectory() |
long |
getLastModified() |
long |
getLength() |
String |
getName() |
boolean |
hasIsDirectory() |
boolean |
hasLastModified() |
boolean |
hasLength() |
boolean |
hasName() |
boolean hasName()
String getName()
boolean hasLastModified()
long getLastModified()
boolean hasLength()
long getLength()
boolean hasIsDirectory()
boolean getIsDirectory()
List<FileSystemProto.Attribute> getAttsList()
FileSystemProto.Attribute getAtts(int index)
int getAttsCount()
List<? extends FileSystemProto.AttributeOrBuilder> getAttsOrBuilderList()
FileSystemProto.AttributeOrBuilder getAttsOrBuilder(int index)
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.