Package net.webpdf.wsclient.openapi
Class ServerConfigHostValve
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigHostValve
-
public class ServerConfigHostValve extends Object
A `valve` element represents a component to insert into the request processing pipeline of the underlying Tomcat server. (See: https://tomcat.apache.org/tomcat-10.1-doc/config/valve.html for further information.)
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CLASS_NAMEstatic StringJSON_PROPERTY_OTHER_ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description ServerConfigHostValve()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerConfigHostValveclassName(String className)booleanequals(Object o)@Nullable StringgetClassName()The Java class name of the valve implementation to use.@Nullable Map<String,String>getOtherAttributes()Get otherAttributesinthashCode()ServerConfigHostValveotherAttributes(Map<String,String> otherAttributes)ServerConfigHostValveputotherAttributesItem(String key, String otherAttributesItem)voidsetClassName(String className)voidsetOtherAttributes(Map<String,String> otherAttributes)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CLASS_NAME
public static final String JSON_PROPERTY_CLASS_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OTHER_ATTRIBUTES
public static final String JSON_PROPERTY_OTHER_ATTRIBUTES
- See Also:
- Constant Field Values
-
-
Method Detail
-
className
public ServerConfigHostValve className(String className)
-
getClassName
@Nullable public @Nullable String getClassName()
The Java class name of the valve implementation to use.- Returns:
- className
-
setClassName
public void setClassName(String className)
-
otherAttributes
public ServerConfigHostValve otherAttributes(Map<String,String> otherAttributes)
-
putotherAttributesItem
public ServerConfigHostValve putotherAttributesItem(String key, String otherAttributesItem)
-
getOtherAttributes
@Nullable public @Nullable Map<String,String> getOtherAttributes()
Get otherAttributes- Returns:
- otherAttributes
-
-