public class PiplConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
PiplConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getDebug() |
String |
getKey() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDebug(Boolean debug) |
void |
setKey(String key) |
String |
toString() |
PiplConfiguration |
withAdditionalProperty(String name,
Object value) |
PiplConfiguration |
withDebug(Boolean debug) |
PiplConfiguration |
withKey(String key) |
public Boolean getDebug()
public void setDebug(Boolean debug)
public PiplConfiguration withDebug(Boolean debug)
public String getKey()
public void setKey(String key)
public PiplConfiguration withKey(String key)
public PiplConfiguration withAdditionalProperty(String name, Object value)
Copyright © 2020 The Apache Software Foundation. All rights reserved.