public class DirectConnect
extends java.lang.Object
Constructor and Description |
---|
DirectConnect(java.util.Map<java.lang.String,?> responseValue)
Create a DirectConnect instance.
|
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getUrl()
Returns a URL instance built with members in the DirectConnect instance.
|
boolean |
isValid()
Returns true if the
DirectConnect instance member has nonnull values. |
public DirectConnect(java.util.Map<java.lang.String,?> responseValue)
responseValue
- is the response bodypublic boolean isValid()
DirectConnect
instance member has nonnull values.public java.net.URL getUrl() throws java.net.MalformedURLException
java.net.MalformedURLException
- if the built url was invalid