public class PluginFields extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PluginFields.Builder
Builder for creating plugin fields.
|
Modifier and Type | Method and Description |
---|---|
static PluginFields.Builder |
builder()
Get a builder for creating plugin fields.
|
boolean |
equals(Object o) |
Map<String,Object> |
getNonsensitive()
Get the immutable map of nonsensitive field keys to values.
|
Map<String,Object> |
getSensitive()
Get the immutable map of sensitive field keys to values.
|
int |
hashCode() |
public Map<String,Object> getSensitive()
public Map<String,Object> getNonsensitive()
public static PluginFields.Builder builder()
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.