public class PathInfo extends Object
PathInfo contains basic information about a path that is returned by the service after certain
operations.| Constructor and Description |
|---|
PathInfo(String eTag,
OffsetDateTime lastModified)
Constructs a
PathInfo |
| Modifier and Type | Method and Description |
|---|---|
String |
getETag()
Get the eTag property: The eTag property.
|
OffsetDateTime |
getLastModified()
Get the last modified property: The last modified property.
|
public PathInfo(String eTag, OffsetDateTime lastModified)
PathInfoeTag - ETag of the path.lastModified - Datetime when the path was last modified.public String getETag()
public OffsetDateTime getLastModified()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.