Package net.webpdf.wsclient.openapi
Class ServerConfigConnectorAttribute
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigConnectorAttribute
-
public class ServerConfigConnectorAttribute extends Object
Defines a single configuration setting via a name-value pair.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description ServerConfigConnectorAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetName()Defines the name of the configuration setting@Nullable StringgetValue()Defines the value of the configuration settinginthashCode()ServerConfigConnectorAttributename(String name)voidsetName(String name)voidsetValue(String value)StringtoString()ServerConfigConnectorAttributevalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public ServerConfigConnectorAttribute name(String name)
-
getName
@Nullable public @Nullable String getName()
Defines the name of the configuration setting- Returns:
- name
-
setName
public void setName(String name)
-
value
public ServerConfigConnectorAttribute value(String value)
-
getValue
@Nullable public @Nullable String getValue()
Defines the value of the configuration setting- Returns:
- value
-
setValue
public void setValue(String value)
-
-