public final class RequestSecurityInfo
extends java.lang.Object
Instances of this class are immutable. You can safely reuse them and call them from multiple threads at once.
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestSecurityInfo.Builder
A builder class for creating immutable
RequestSecurityInfo
objects. |
| Modifier and Type | Method and Description |
|---|---|
AccountKey |
accountKey() |
java.lang.String |
endpoint() |
boolean |
equals(java.lang.Object o)
Returns
true if o is a
RequestSecurityInfo object with equal properties. |
int |
hashCode()
Overridden to ensure consistency with
equals. |
java.lang.String |
random() |
java.util.Date |
timestamp() |
java.lang.String |
timestampString() |
public java.lang.String endpoint()
public AccountKey accountKey()
public java.util.Date timestamp()
public java.lang.String timestampString()
public java.lang.String random()
public boolean equals(java.lang.Object o)
true if o is a
RequestSecurityInfo object with equal properties.equals in class java.lang.Objectpublic int hashCode()
equals.hashCode in class java.lang.Object
See www.degreedays.net/api/ for more about the Degree Days.net API.
You can sign up for a Degree Days.net API account and read the integration guide that is useful and applicable whether you are using Java or not.