Class ThisModelBuilder

  • All Implemented Interfaces:

    
    public class ThisModelBuilder
    
                        

    Convenient class to build DPWS' ThisModel.

    • Constructor Detail

      • ThisModelBuilder

        ThisModelBuilder()
        Default constructor.
      • ThisModelBuilder

        ThisModelBuilder(List<LocalizedStringType> manufacturer, List<LocalizedStringType> modelName)
        Constructor with predefined manufacturer and model name.
        Parameters:
        manufacturer - the manufacturer name.
        modelName - the model name.
    • Method Detail

      • get

         ThisModelType get()

        Gets the actual model type.

        Returns:

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