@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectFormatDdlCollectionResponse extends Object
| Constructor and Description |
|---|
BusinessObjectFormatDdlCollectionResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<BusinessObjectFormatDdl> |
getBusinessObjectFormatDdlResponses()
A container for the Business Object Format responses
|
String |
getDdlCollection()
A container for the combined DDL for all Business Object Formats in the collection
|
int |
hashCode() |
void |
setBusinessObjectFormatDdlResponses(List<BusinessObjectFormatDdl> businessObjectFormatDdlResponses) |
void |
setDdlCollection(String ddlCollection) |
String |
toString() |
public BusinessObjectFormatDdlCollectionResponse()
public List<BusinessObjectFormatDdl> getBusinessObjectFormatDdlResponses()
public void setBusinessObjectFormatDdlResponses(List<BusinessObjectFormatDdl> businessObjectFormatDdlResponses)
public String getDdlCollection()
public void setDdlCollection(String ddlCollection)
Copyright © 2017. All rights reserved.