public class ImmutableExternalResourceDescriptor extends Object implements ExternalResourceDescriptor
| Modifier and Type | Field and Description |
|---|---|
private String |
location |
private long |
modifiedAt |
| Constructor and Description |
|---|
ImmutableExternalResourceDescriptor(String location,
long modifiedAt) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified() |
String |
getLocation() |
private final String location
private final long modifiedAt
public ImmutableExternalResourceDescriptor(String location, long modifiedAt)
public String getLocation()
getLocation in interface ExternalResourceDescriptorpublic long getLastModified()
getLastModified in interface ExternalResourceDescriptorCopyright © 2022 Apache NiFi Project. All rights reserved.