@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T13:06:20.200+05:30") public class Mediation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Mediation.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
Mediation() |
| Modifier and Type | Method and Description |
|---|---|
Mediation |
config(String config) |
boolean |
equals(Object o) |
String |
getConfig()
Get config
|
String |
getId()
Get id
|
String |
getName()
Get name
|
Mediation.TypeEnum |
getType()
Get type
|
int |
hashCode() |
Mediation |
id(String id) |
Mediation |
name(String name) |
void |
setConfig(String config) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(Mediation.TypeEnum type) |
String |
toString() |
Mediation |
type(Mediation.TypeEnum type) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Mediation type(Mediation.TypeEnum type)
public Mediation.TypeEnum getType()
public void setType(Mediation.TypeEnum type)
public String getConfig()
public void setConfig(String config)
Copyright © 2018 WSO2 Inc. All rights reserved.