public class CSVPushSpec extends AbstractCSVSpec
Modifier and Type | Class and Description |
---|---|
static class |
CSVPushSpec.Builder |
Modifier and Type | Field and Description |
---|---|
protected List<String> |
propagationActions |
allowComments, anyTypeKey, arrayElementSeparator, columnSeparator, escapeChar, lineSeparator, matchingRule, nullValue, provisioningActions, quoteChar, unmatchingRule
Constructor and Description |
---|
CSVPushSpec() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getDerAttrs() |
List<String> |
getFields() |
Boolean |
getIgnorePaging() |
List<String> |
getPlainAttrs() |
List<String> |
getPropagationActions() |
List<String> |
getVirAttrs() |
void |
setDerAttrs(List<String> derAttrs) |
void |
setFields(List<String> fields) |
void |
setIgnorePaging(Boolean ignorePaging) |
void |
setPlainAttrs(List<String> plainAttrs) |
void |
setPropagationActions(List<String> propagationActions) |
void |
setVirAttrs(List<String> virAttrs) |
getAllowComments, getAnyTypeKey, getArrayElementSeparator, getColumnSeparator, getEscapeChar, getLineSeparator, getMatchingRule, getNullValue, getProvisioningActions, getQuoteChar, getUnmatchingRule, setAllowComments, setAnyTypeKey, setArrayElementSeparator, setColumnSeparator, setEscapeChar, setLineSeparator, setMatchingRule, setNullValue, setProvisioningActions, setQuoteChar, setUnmatchingRule
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.