public class AlipayEcoBasicRouterSendModel extends AlipayObject
| Constructor and Description |
|---|
AlipayEcoBasicRouterSendModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInput()
Gets input.
|
String |
getInterfaceName()
Gets interface name.
|
String |
getTraceId()
Gets trace id.
|
void |
setInput(String input)
Sets input.
|
void |
setInterfaceName(String interfaceName)
Sets interface name.
|
void |
setTraceId(String traceId)
Sets trace id.
|
public String getInput()
public void setInput(String input)
input - the inputpublic String getInterfaceName()
public void setInterfaceName(String interfaceName)
interfaceName - the interface namepublic String getTraceId()
public void setTraceId(String traceId)
traceId - the trace idCopyright © 2018. All rights reserved.