public class RemoteCallParameter extends Object implements IRemoteCallParameter
IRemoteCallParameter
.Modifier and Type | Class and Description |
---|---|
static class |
RemoteCallParameter.Builder |
Constructor and Description |
---|
RemoteCallParameter(String name) |
RemoteCallParameter(String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the remote call parameter.
|
Object |
getValue()
Get the value associated with this remote call parameter.
|
String |
toString() |
public RemoteCallParameter(String name)
public String getName()
IRemoteCallParameter
null
.getName
in interface IRemoteCallParameter
null
.public Object getValue()
IRemoteCallParameter
null
.getValue
in interface IRemoteCallParameter
Copyright © 2017. All rights reserved.