public class ControlResourceRequest
extends java.lang.Object
| Constructor and Description |
|---|
ControlResourceRequest(ControlResource.Type type)
Instantiates a new control resource request of the control resource type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ControlResource.Type |
getType()
Obtains control resource type.
|
int |
hashCode() |
java.lang.String |
toString() |
public ControlResourceRequest(ControlResource.Type type)
type - control resource typepublic ControlResource.Type getType()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object