public class Treatment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Treatment.Builder |
| Constructor and Description |
|---|
Treatment() |
| Modifier and Type | Method and Description |
|---|---|
static Treatment.Builder |
builder() |
static Treatment.Builder |
builder(Treatment other) |
String |
description() |
boolean |
equals(Object o) |
int |
hashCode() |
List<String> |
keys() |
String |
name() |
List<String> |
segments() |
void |
setDescription(String description) |
void |
setKeys(List<String> keys) |
void |
setName(String name) |
void |
setSegments(List<String> segments) |
String |
toString() |
public String name()
public String description()
public void setName(String name)
public void setDescription(String description)
public static Treatment.Builder builder()
public static Treatment.Builder builder(Treatment other)
Copyright © 2017. All rights reserved.