Package com.biglybt.net.natpmp.upnp.impl
Class NatPMPUPnPRootDeviceImpl.NatPMPUPnPDevice
- java.lang.Object
-
- com.biglybt.net.natpmp.upnp.impl.NatPMPUPnPRootDeviceImpl.NatPMPUPnPDevice
-
- All Implemented Interfaces:
UPnPDevice
- Enclosing class:
- NatPMPUPnPRootDeviceImpl
protected class NatPMPUPnPRootDeviceImpl.NatPMPUPnPDevice extends java.lang.Object implements UPnPDevice
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NatPMPUPnPDevice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDeviceType()
java.lang.String
getFriendlyName()
UPnPDeviceImage[]
getImages()
java.lang.String
getManufacturer()
java.lang.String
getManufacturerURL()
java.lang.String
getModelDescription()
java.lang.String
getModelName()
java.lang.String
getModelNumber()
java.lang.String
getModelURL()
java.lang.String
getPresentation()
UPnPRootDevice
getRootDevice()
UPnPService[]
getServices()
UPnPDevice[]
getSubDevices()
-
-
-
Method Detail
-
getDeviceType
public java.lang.String getDeviceType()
- Specified by:
getDeviceType
in interfaceUPnPDevice
-
getFriendlyName
public java.lang.String getFriendlyName()
- Specified by:
getFriendlyName
in interfaceUPnPDevice
-
getManufacturer
public java.lang.String getManufacturer()
- Specified by:
getManufacturer
in interfaceUPnPDevice
-
getManufacturerURL
public java.lang.String getManufacturerURL()
- Specified by:
getManufacturerURL
in interfaceUPnPDevice
-
getModelDescription
public java.lang.String getModelDescription()
- Specified by:
getModelDescription
in interfaceUPnPDevice
-
getModelName
public java.lang.String getModelName()
- Specified by:
getModelName
in interfaceUPnPDevice
-
getModelNumber
public java.lang.String getModelNumber()
- Specified by:
getModelNumber
in interfaceUPnPDevice
-
getModelURL
public java.lang.String getModelURL()
- Specified by:
getModelURL
in interfaceUPnPDevice
-
getPresentation
public java.lang.String getPresentation()
- Specified by:
getPresentation
in interfaceUPnPDevice
-
getSubDevices
public UPnPDevice[] getSubDevices()
- Specified by:
getSubDevices
in interfaceUPnPDevice
-
getServices
public UPnPService[] getServices()
- Specified by:
getServices
in interfaceUPnPDevice
-
getRootDevice
public UPnPRootDevice getRootDevice()
- Specified by:
getRootDevice
in interfaceUPnPDevice
-
getImages
public UPnPDeviceImage[] getImages()
- Specified by:
getImages
in interfaceUPnPDevice
-
-