public class MappingServiceRequest extends Object
| Constructor and Description |
|---|
MappingServiceRequest(String targetEntityName,
String sourceEntityName,
String targetAttributeName,
String algorithm,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
int |
getDepth() |
Long |
getNum() |
Long |
getOffset() |
String |
getSourceEntityName() |
String |
getTargetAttributeName() |
String |
getTargetEntityName() |
void |
setNum(Long num) |
void |
setOffset(Long offset) |
public String getTargetEntityName()
public String getSourceEntityName()
public String getTargetAttributeName()
public String getAlgorithm()
public Long getOffset()
public void setOffset(Long offset)
public Long getNum()
public void setNum(Long num)
public int getDepth()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.