@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T13:06:20.200+05:30") public class HeaderCondition extends ThrottleCondition
ThrottleCondition.TypeEnum| Constructor and Description |
|---|
HeaderCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHeaderName()
Name of the header
|
String |
getHeaderValue()
Value of the header
|
int |
hashCode() |
HeaderCondition |
headerName(String headerName) |
HeaderCondition |
headerValue(String headerValue) |
void |
setHeaderName(String headerName) |
void |
setHeaderValue(String headerValue) |
String |
toString() |
getInvertCondition, getType, invertCondition, setInvertCondition, setType, typepublic HeaderCondition headerName(String headerName)
public String getHeaderName()
public void setHeaderName(String headerName)
public HeaderCondition headerValue(String headerValue)
public String getHeaderValue()
public void setHeaderValue(String headerValue)
public boolean equals(Object o)
equals in class ThrottleConditionpublic int hashCode()
hashCode in class ThrottleConditionpublic String toString()
toString in class ThrottleConditionCopyright © 2018 WSO2 Inc. All rights reserved.