Class OvfUnsupportedSubType

All Implemented Interfaces:
Serializable

public class OvfUnsupportedSubType extends OvfUnsupportedPackage
See Also:
  • Field Details

    • elementName

      public String elementName
    • instanceId

      public String instanceId
    • deviceType

      public int deviceType
    • deviceSubType

      public String deviceSubType
  • Constructor Details

    • OvfUnsupportedSubType

      public OvfUnsupportedSubType()
  • Method Details

    • getElementName

      public String getElementName()
    • getInstanceId

      public String getInstanceId()
    • getDeviceType

      public int getDeviceType()
    • getDeviceSubType

      public String getDeviceSubType()
    • setElementName

      public void setElementName(String elementName)
    • setInstanceId

      public void setInstanceId(String instanceId)
    • setDeviceType

      public void setDeviceType(int deviceType)
    • setDeviceSubType

      public void setDeviceSubType(String deviceSubType)