public class V1alpha1Receiver extends Object
| Constructor and Description |
|---|
V1alpha1Receiver() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Receiver |
addToItem(String toItem) |
boolean |
equals(Object o) |
String |
getNotifier()
How this notification will be sent
|
String |
getState()
For which state notification will be sent
|
List<String> |
getTo()
To whom notification will be sent
|
int |
hashCode() |
V1alpha1Receiver |
notifier(String notifier) |
void |
setNotifier(String notifier) |
void |
setState(String state) |
void |
setTo(List<String> to) |
V1alpha1Receiver |
state(String state) |
V1alpha1Receiver |
to(List<String> to) |
String |
toString() |
public V1alpha1Receiver notifier(String notifier)
public String getNotifier()
public void setNotifier(String notifier)
public V1alpha1Receiver state(String state)
public String getState()
public void setState(String state)
public V1alpha1Receiver to(List<String> to)
public V1alpha1Receiver addToItem(String toItem)
Copyright © 2018. All rights reserved.