@Generated(value="jsonschema2pojo") public class ResultRef extends Object
| Constructor and Description |
|---|
ResultRef()
No args constructor for use in serialization
|
ResultRef(String entityType,
String refType,
String s3RefKey,
String docRefPrimaryKey,
String docRefEntityKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getDocRefEntityKey() |
String |
getDocRefPrimaryKey() |
String |
getEntityType() |
String |
getRefType() |
String |
getS3RefKey() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDocRefEntityKey(String docRefEntityKey) |
void |
setDocRefPrimaryKey(String docRefPrimaryKey) |
void |
setEntityType(String entityType) |
void |
setRefType(String refType) |
void |
setS3RefKey(String s3RefKey) |
public String getEntityType()
public void setEntityType(String entityType)
public String getRefType()
public void setRefType(String refType)
public String getS3RefKey()
public void setS3RefKey(String s3RefKey)
public String getDocRefPrimaryKey()
public void setDocRefPrimaryKey(String docRefPrimaryKey)
public String getDocRefEntityKey()
public void setDocRefEntityKey(String docRefEntityKey)
Copyright © 2016–2021. All rights reserved.