@Alias(value="input-serialization") public class ApiInputSerialization extends Object
| Constructor and Description |
|---|
ApiInputSerialization() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
ApiCompressionType |
getCompressionType() |
ApiCSVInput |
getCsvInput() |
ApiJSONType |
getJson() |
int |
hashCode() |
boolean |
isParquet() |
void |
setCompressionType(ApiCompressionType compressionType) |
void |
setCsvInput(ApiCSVInput csvInput) |
void |
setJson(ApiJSONType json) |
void |
setParquet(boolean parquet) |
public ApiCSVInput getCsvInput()
public void setCsvInput(ApiCSVInput csvInput)
public ApiCompressionType getCompressionType()
public void setCompressionType(ApiCompressionType compressionType)
public ApiJSONType getJson()
public void setJson(ApiJSONType json)
public boolean isParquet()
public void setParquet(boolean parquet)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.