public class Depends extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Depends.Builder |
| Constructor and Description |
|---|
Depends() |
| Modifier and Type | Method and Description |
|---|---|
static Depends.Builder |
builder() |
static Depends.Builder |
builder(Depends other) |
boolean |
equals(Object o) |
int |
hashCode() |
void |
setSplitName(String splitName) |
void |
setTreatments(List<String> treatments) |
String |
splitName() |
String |
toString() |
List<String> |
treatments() |
public String splitName()
public void setSplitName(String splitName)
public static Depends.Builder builder()
public static Depends.Builder builder(Depends other)
Copyright © 2017. All rights reserved.