protected static class RepositoryConnection.ThrottleItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description
The description.
|
protected java.lang.String |
match
The regexp key.
|
protected float |
value
The throttle value
|
Constructor and Description |
---|
ThrottleItem(java.lang.String match,
java.lang.String description,
float value)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare.
|
java.lang.String |
getDescription()
Get the description.
|
java.lang.String |
getMatch()
Get the match.
|
float |
getValue()
Get the throttle value.
|
int |
hashCode()
Get the hash code.
|
protected java.lang.String match
protected java.lang.String description
protected float value
public ThrottleItem(java.lang.String match, java.lang.String description, float value)
public java.lang.String getMatch()
public java.lang.String getDescription()
public float getValue()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object