public class RemoteInputPortSchema extends BaseSchema
| Modifier and Type | Field and Description |
|---|---|
private String |
comment |
static String |
DEFAULT_COMMENT |
static int |
DEFAULT_MAX_CONCURRENT_TASKS |
static boolean |
DEFAULT_USE_COMPRESSION |
private String |
id |
private Number |
maxConcurrentTasks |
private String |
name |
private Boolean |
useCompression |
IT_WAS_NOT_FOUND_AND_IT_IS_REQUIRED, mapSupplier, validationIssues| Constructor and Description |
|---|
RemoteInputPortSchema(Map map) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getId() |
Number |
getMax_concurrent_tasks() |
String |
getName() |
boolean |
getUseCompression() |
Map<String,Object> |
toMap() |
addIssuesIfNotNull, addValidationIssue, getAndValidate, getAndValidateNotNull, getMapAsType, getMapAsType, getOptionalKeyAsType, getRequiredKeyAsType, getValidationIssues, getValidationIssuesAsString, isValid, nullToEmpty, nullToEmpty, nullToEmpty, putIfNotNull, putListIfNotNull, transformListToTypepublic static final String DEFAULT_COMMENT
public static final int DEFAULT_MAX_CONCURRENT_TASKS
public static final boolean DEFAULT_USE_COMPRESSION
private String id
private String name
private String comment
private Number maxConcurrentTasks
private Boolean useCompression
public RemoteInputPortSchema(Map map)
public Map<String,Object> toMap()
toMap in class BaseSchemapublic String getId()
public String getName()
public String getComment()
public Number getMax_concurrent_tasks()
public boolean getUseCompression()
Copyright © 2016 Apache NiFi Project. All rights reserved.