public class RpcBindingMethodInfo extends Object
| 构造器和说明 |
|---|
RpcBindingMethodInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCallbackClass()
Getter method for property callbackClass.
|
Object |
getCallbackHandler()
Getter method for property callbackHandler.
|
String |
getCallbackRef()
Getter method for property callbackRef.
|
String |
getName()
Getter method for property name.
|
Integer |
getRetries()
Getter method for property retries.
|
Integer |
getTimeout()
Getter method for property timeout.
|
String |
getType()
Getter method for property type.
|
void |
setCallbackClass(String callbackClass)
Setter method for property callbackClass.
|
void |
setCallbackHandler(Object callbackHandler)
Setter method for property callbackHandler.
|
void |
setCallbackRef(String callbackRef)
Setter method for property callbackRef.
|
void |
setName(String name)
Setter method for property name.
|
void |
setRetries(Integer retries)
Setter method for property retries.
|
void |
setTimeout(Integer timeout)
Setter method for property timeout.
|
void |
setType(String type)
Setter method for property type.
|
public String getName()
public void setName(String name)
name - value to be assigned to property namepublic String getType()
public void setType(String type)
type - value to be assigned to property typepublic Integer getTimeout()
public void setTimeout(Integer timeout)
timeout - value to be assigned to property timeoutpublic Integer getRetries()
public void setRetries(Integer retries)
retries - value to be assigned to property retriespublic String getCallbackClass()
public void setCallbackClass(String callbackClass)
callbackClass - value to be assigned to property callbackClasspublic String getCallbackRef()
public void setCallbackRef(String callbackRef)
callbackRef - value to be assigned to property callbackRefpublic Object getCallbackHandler()
public void setCallbackHandler(Object callbackHandler)
callbackHandler - value to be assigned to property callbackHandlerCopyright © 2018 Pivotal Software, Inc.. All rights reserved.