public class MediationDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MediationDTO.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
MediationDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Get id
|
String |
getName()
Get name
|
MediationDTO.TypeEnum |
getType()
Get type
|
int |
hashCode() |
MediationDTO |
id(String id) |
MediationDTO |
name(String name) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(MediationDTO.TypeEnum type) |
String |
toString() |
MediationDTO |
type(MediationDTO.TypeEnum type) |
public MediationDTO id(String id)
public String getId()
public void setId(String id)
public MediationDTO name(String name)
public String getName()
public void setName(String name)
public MediationDTO type(MediationDTO.TypeEnum type)
public MediationDTO.TypeEnum getType()
public void setType(MediationDTO.TypeEnum type)
Copyright © 2020 WSO2 Inc. All rights reserved.