public class InterfaceInfoList extends AlipayObject
Constructor and Description |
---|
InterfaceInfoList() |
Modifier and Type | Method and Description |
---|---|
String |
getInterfaceName()
Gets interface name.
|
String |
getInterfaceType()
Gets interface type.
|
String |
getInterfaceUrl()
Gets interface url.
|
void |
setInterfaceName(String interfaceName)
Sets interface name.
|
void |
setInterfaceType(String interfaceType)
Sets interface type.
|
void |
setInterfaceUrl(String interfaceUrl)
Sets interface url.
|
public String getInterfaceName()
public void setInterfaceName(String interfaceName)
interfaceName
- the interface namepublic String getInterfaceType()
public void setInterfaceType(String interfaceType)
interfaceType
- the interface typepublic String getInterfaceUrl()
public void setInterfaceUrl(String interfaceUrl)
interfaceUrl
- the interface urlCopyright © 2018. All rights reserved.