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