public class Reference
extends java.lang.Object
The current request returns the resource reference for the coverage.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
href
The link address of the returned coverage file.
|
java.lang.String |
role
The role, Coverage, or metadata represented by the current connection.
|
Constructor and Description |
---|
Reference()
The Constructor.
|
Reference(Reference reference)
The Constructor.
|
public java.lang.String href
public java.lang.String role
public Reference()
The Constructor.
public Reference(Reference reference)
The Constructor.
reference
- Coverage resource reference.public boolean equals(java.lang.Object obj)
Determines whether the specified Reference object and the current Reference object are equal.
equals
in class java.lang.Object
obj
- The object that is compared with the current Reference object.public int hashCode()
Return hash code.
hashCode
in class java.lang.Object