@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-09-07T02:17:03.896Z") public class Sequence extends Object
| Constructor and Description |
|---|
Sequence() |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
config(String config) |
boolean |
equals(Object o) |
String |
getConfig()
Get config
|
String |
getName()
Get name
|
String |
getType()
Get type
|
int |
hashCode() |
Sequence |
name(String name) |
void |
setConfig(String config) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
Sequence |
type(String type) |
public String getName()
public void setName(String name)
public String getConfig()
public void setConfig(String config)
public String getType()
public void setType(String type)
Copyright © 2018 WSO2. All rights reserved.