public class Task extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Task.TypeEnum
Gets or Sets type
|
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Task.TypeEnum |
getType()
Get type
|
int |
hashCode() |
void |
setType(Task.TypeEnum type) |
String |
toString() |
Task |
type(Task.TypeEnum type) |
public Task type(Task.TypeEnum type)
public Task.TypeEnum getType()
public void setType(Task.TypeEnum type)
Copyright © 2021. All rights reserved.