public class BurlapRemote extends Object
Constructor and Description |
---|
BurlapRemote()
Creates an uninitialized Burlap remote.
|
BurlapRemote(String type,
String url)
Creates a new Burlap remote object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Defines equality
|
String |
getType()
Returns the remote api class name.
|
String |
getURL()
Returns the remote URL.
|
int |
hashCode()
Defines the hashcode.
|
void |
setURL(String url)
Sets the remote URL.
|
String |
toString()
Readable version of the remote.
|
public BurlapRemote(String type, String url)
type
- the remote stub interfaceurl
- the remote urlpublic BurlapRemote()
Copyright © 2023. All rights reserved.