Class ThisDeviceBuilder

  • All Implemented Interfaces:

    
    public class ThisDeviceBuilder
    
                        

    Convenient class to build ThisDevice.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ThisDeviceBuilder() Default constructor.
      ThisDeviceBuilder(List<LocalizedStringType> friendlyName) Constructor with predefined friendly name.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • ThisDeviceBuilder

        ThisDeviceBuilder()
        Default constructor.
      • ThisDeviceBuilder

        ThisDeviceBuilder(List<LocalizedStringType> friendlyName)
        Constructor with predefined friendly name.
        Parameters:
        friendlyName - the device friendly name.
    • Method Detail

      • get

         ThisDeviceType get()

        Gets the actual device type.

        Returns:

        the internally stored device type. Caution: changes afterwards in the fluent interface will affect this returned value.