@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class CustomDdlCreateRequest extends Object
| Constructor and Description |
|---|
CustomDdlCreateRequest() |
| 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
|
int |
hashCode() |
void |
setCustomDdlKey(CustomDdlKey customDdlKey) |
void |
setDdl(String ddl) |
String |
toString() |
public CustomDdlKey getCustomDdlKey()
public void setCustomDdlKey(CustomDdlKey customDdlKey)
public String getDdl()
public void setDdl(String ddl)
Copyright © 2017. All rights reserved.