public class RemoteProcessingGroupSchema extends BaseSchema
| Modifier and Type | Field and Description |
|---|---|
private String |
comment |
static String |
DEFAULT_COMMENT |
static String |
DEFAULT_TIMEOUT |
static String |
DEFAULT_YIELD_PERIOD |
private List<RemoteInputPortSchema> |
inputPorts |
private String |
name |
private String |
timeout |
static String |
TIMEOUT_KEY |
private String |
url |
static String |
URL_KEY |
private String |
yieldPeriod |
IT_WAS_NOT_FOUND_AND_IT_IS_REQUIRED, mapSupplier, validationIssues| Constructor and Description |
|---|
RemoteProcessingGroupSchema(Map map) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
List<RemoteInputPortSchema> |
getInputPorts() |
String |
getName() |
String |
getTimeout() |
String |
getUrl() |
String |
getYieldPeriod() |
Map<String,Object> |
toMap() |
addIssuesIfNotNull, addValidationIssue, getAndValidate, getAndValidateNotNull, getMapAsType, getMapAsType, getOptionalKeyAsType, getRequiredKeyAsType, getValidationIssues, getValidationIssuesAsString, isValid, nullToEmpty, nullToEmpty, nullToEmpty, putIfNotNull, putListIfNotNull, transformListToTypepublic static final String URL_KEY
public static final String TIMEOUT_KEY
public static final String DEFAULT_COMMENT
public static final String DEFAULT_TIMEOUT
public static final String DEFAULT_YIELD_PERIOD
private String name
private String url
private List<RemoteInputPortSchema> inputPorts
private String comment
private String timeout
private String yieldPeriod
public RemoteProcessingGroupSchema(Map map)
public Map<String,Object> toMap()
toMap in class BaseSchemapublic String getName()
public String getComment()
public String getUrl()
public String getTimeout()
public String getYieldPeriod()
public List<RemoteInputPortSchema> getInputPorts()
Copyright © 2016 Apache NiFi Project. All rights reserved.