public class OutputStage extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.springframework.web.util.UriTemplate |
TEMPLATE |
static String |
URI |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
get client ID
|
String |
getDataloadProcessUri() |
Map<String,String> |
getLinks() |
String |
getOutputStageDiffUri() |
String |
getOutputStagePrefix()
get output stage prefix
|
String |
getSchemaUri()
get datawarehouse schema uri
WarehouseSchema |
String |
getUri() |
boolean |
hasClientId()
check if there is associated client id with this output stage
|
boolean |
hasOutputStagePrefix()
check if there is associated output stage prefix with this output stage
|
boolean |
hasSchemaUri()
check if there is associated schema
WarehouseSchema with this output stage |
void |
setClientId(String clientId) |
void |
setOutputStagePrefix(String outputStagePrefix) |
void |
setSchemaUri(String schemaUri) |
String |
toString() |
public static final String URI
public static final org.springframework.web.util.UriTemplate TEMPLATE
public String getSchemaUri()
WarehouseSchemapublic void setSchemaUri(String schemaUri)
public boolean hasSchemaUri()
WarehouseSchema with this output stagepublic String getClientId()
public void setClientId(String clientId)
public boolean hasClientId()
public String getOutputStagePrefix()
public void setOutputStagePrefix(String outputStagePrefix)
public boolean hasOutputStagePrefix()
public String getUri()
public String getOutputStageDiffUri()
public String getDataloadProcessUri()
Copyright © 2019. All rights reserved.