public abstract class DMRTask extends Object implements Task
| Constructor and Description |
|---|
DMRTask(Task.Type type,
Interval interval,
DMREndpoint endpoint,
Address address,
String attribute,
String subref) |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
String |
getAttribute() |
DMREndpoint |
getEndpoint() |
Interval |
getInterval() |
Task.Kind |
getKind() |
String |
getSubref() |
Task.Type |
getType() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKeyGeneratorpublic Task.Type getType()
public Interval getInterval()
getInterval in interface Taskpublic Task.Kind getKind()
public DMREndpoint getEndpoint()
public Address getAddress()
public String getAttribute()
public String getSubref()
Copyright © 2015 Red Hat, Inc.. All rights reserved.