Package org.apache.streams.graph
Class GraphReaderConfiguration
java.lang.Object
org.apache.streams.components.http.HttpConfiguration
org.apache.streams.graph.GraphReaderConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.streams.components.http.HttpConfiguration
HttpConfiguration.RequestMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQuery()(Required)inthashCode()voidsetAdditionalProperty(String name, Object value) voidvoid(Required)toString()withAdditionalProperty(String name, Object value) withParams(Params params) Methods inherited from class org.apache.streams.components.http.HttpConfiguration
getAccessToken, getContentType, getHostname, getPassword, getPort, getProtocol, getRequestMethod, getResourcePath, getUsername, setAccessToken, setContentType, setHostname, setPassword, setPort, setProtocol, setRequestMethod, setResourcePath, setUsername, withAccessToken, withContentType, withHostname, withPassword, withPort, withProtocol, withRequestMethod, withResourcePath, withUsername
-
Constructor Details
-
GraphReaderConfiguration
public GraphReaderConfiguration()
-
-
Method Details
-
getQuery
(Required) -
setQuery
(Required) -
withQuery
-
getParams
-
setParams
-
withParams
-
getAdditionalProperties
- Overrides:
getAdditionalPropertiesin classHttpConfiguration
-
setAdditionalProperty
- Overrides:
setAdditionalPropertyin classHttpConfiguration
-
withAdditionalProperty
- Overrides:
withAdditionalPropertyin classHttpConfiguration
-
toString
- Overrides:
toStringin classHttpConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCodein classHttpConfiguration
-
equals
- Overrides:
equalsin classHttpConfiguration
-