public class InterceptorData extends Object
| Constructor and Description |
|---|
InterceptorData(String name,
String type,
int order,
Collection<String> replacedByInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getOrder() |
Collection<String> |
getReplacedByInterceptors() |
String |
getType() |
public InterceptorData(String name, String type, int order, Collection<String> replacedByInterceptors)
public String getName()
public String getType()
public int getOrder()
public Collection<String> getReplacedByInterceptors()
Copyright © 2017 SAP SE. All Rights Reserved.