Class QueryParameter
java.lang.Object
org.springframework.cloud.contract.spec.internal.DslProperty
org.springframework.cloud.contract.spec.internal.QueryParameter
- All Implemented Interfaces:
Serializable
Represents a single HTTP query parameter.
- Since:
- 1.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryParameter(String name, Object value) QueryParameter(String name, DslProperty dslProperty) QueryParameter(String name, MatchingStrategy matchingStrategy) -
Method Summary
Methods inherited from class org.springframework.cloud.contract.spec.internal.DslProperty
getClientValue, getServerValue, isSingleValue
-
Constructor Details
-
QueryParameter
-
QueryParameter
-
QueryParameter
-
-
Method Details
-
build
-
getName
-
setName
-
equals
- Overrides:
equalsin classDslProperty
-
hashCode
public int hashCode()- Overrides:
hashCodein classDslProperty
-
toString
- Overrides:
toStringin classDslProperty
-