@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectFormatCreateRequest extends Object
| Constructor and Description |
|---|
BusinessObjectFormatCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AttributeDefinition> |
getAttributeDefinitions()
List of attribute definitions (for storage of custom user-defined metadata with objects) which are required to be specified\n when registering Business Object Data against this format.
|
List<Attribute> |
getAttributes()
Custom user-defined metadata associated with this Business Object Format.
|
String |
getBusinessObjectDefinitionName()
The name of the Business Object Definition to which this Business Object Format is related
|
String |
getBusinessObjectFormatFileType()
A File Type known to the system that describes the file type of data stored under this Business Object Format
|
String |
getBusinessObjectFormatUsage()
The Usage of this Business Object Format - a string describing how this format is used.
|
String |
getDescription()
Description of the Business Object Format
|
String |
getNamespace()
The Namespace to which this Business Object Format is related
|
String |
getPartitionKey()
The partition key for this Business Object Format
|
Schema |
getSchema()
The schema associated with this Business Object Format
|
int |
hashCode() |
void |
setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions) |
void |
setAttributes(List<Attribute> attributes) |
void |
setBusinessObjectDefinitionName(String businessObjectDefinitionName) |
void |
setBusinessObjectFormatFileType(String businessObjectFormatFileType) |
void |
setBusinessObjectFormatUsage(String businessObjectFormatUsage) |
void |
setDescription(String description) |
void |
setNamespace(String namespace) |
void |
setPartitionKey(String partitionKey) |
void |
setSchema(Schema schema) |
String |
toString() |
public String getNamespace()
public void setNamespace(String namespace)
public String getBusinessObjectDefinitionName()
public void setBusinessObjectDefinitionName(String businessObjectDefinitionName)
public String getBusinessObjectFormatUsage()
public void setBusinessObjectFormatUsage(String businessObjectFormatUsage)
public String getBusinessObjectFormatFileType()
public void setBusinessObjectFormatFileType(String businessObjectFormatFileType)
public String getPartitionKey()
public void setPartitionKey(String partitionKey)
public String getDescription()
public void setDescription(String description)
public List<Attribute> getAttributes()
public List<AttributeDefinition> getAttributeDefinitions()
public void setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
public Schema getSchema()
public void setSchema(Schema schema)
Copyright © 2017. All rights reserved.