@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class CustomDdl extends Object
| Constructor and Description |
|---|
CustomDdl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CustomDdlKey |
getCustomDdlKey()
Values that uniquely identify a Custom DDL
|
String |
getDdl()
A container for the custom DDL code
|
Integer |
getId()
The internal Id that uniquely references the newly created custom DDL
|
int |
hashCode() |
void |
setCustomDdlKey(CustomDdlKey customDdlKey) |
void |
setDdl(String ddl) |
void |
setId(Integer id) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public CustomDdlKey getCustomDdlKey()
public void setCustomDdlKey(CustomDdlKey customDdlKey)
public String getDdl()
public void setDdl(String ddl)
Copyright © 2017. All rights reserved.