public class Deletion extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Deletion.DeletionTypeEnum
Gets or Sets deletionType
|
| Constructor and Description |
|---|
Deletion() |
| Modifier and Type | Method and Description |
|---|---|
Deletion |
count(Integer count) |
Deletion |
deletionType(Deletion.DeletionTypeEnum deletionType) |
boolean |
equals(Object o) |
Integer |
getCount()
Get count
|
Deletion.DeletionTypeEnum |
getDeletionType()
Get deletionType
|
String |
getInfo1()
Get info1
|
String |
getInfo2()
Get info2
|
String |
getName()
Get name
|
int |
hashCode() |
Deletion |
info1(String info1) |
Deletion |
info2(String info2) |
Deletion |
name(String name) |
void |
setCount(Integer count) |
void |
setDeletionType(Deletion.DeletionTypeEnum deletionType) |
void |
setInfo1(String info1) |
void |
setInfo2(String info2) |
void |
setName(String name) |
String |
toString() |
public Deletion deletionType(Deletion.DeletionTypeEnum deletionType)
public Deletion.DeletionTypeEnum getDeletionType()
public void setDeletionType(Deletion.DeletionTypeEnum deletionType)
public Integer getCount()
public void setCount(Integer count)
public String getName()
public void setName(String name)
public String getInfo1()
public void setInfo1(String info1)
public String getInfo2()
public void setInfo2(String info2)
Copyright © 2017 LeanIX GmbH. All rights reserved.