public class Notification extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TargetService |
targetService |
protected int |
type |
| Constructor and Description |
|---|
Notification(int type,
TargetService targetService) |
| Modifier and Type | Method and Description |
|---|---|
TargetService |
getTargetService() |
int |
getType() |
protected int type
protected TargetService targetService
public Notification(int type,
TargetService targetService)
public TargetService getTargetService()
public int getType()
Copyright © 2019 WSO2. All rights reserved.