public final class DownloadPath extends _DownloadPath
_DownloadPath.
Use the static factory method to create immutable instances:
DownloadPath.of().
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object another)
This instance is equal to all instances of
DownloadPath that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
value. |
static DownloadPath |
of(String value)
Construct a new immutable
DownloadPath instance. |
String |
value() |
public String value()
public boolean equals(Object another)
DownloadPath that have equal attribute values.public int hashCode()
value.public static DownloadPath of(String value)
DownloadPath instance.value - The value for the value attributeCopyright © 2023. All rights reserved.