Class UpdateComponentConfigRequest.Property

java.lang.Object
io.openems.common.jsonrpc.request.UpdateComponentConfigRequest.Property
Enclosing class:
UpdateComponentConfigRequest

public static class UpdateComponentConfigRequest.Property extends Object
  • Constructor Details

    • Property

      public Property(String name, com.google.gson.JsonElement value)
      Initializes a Property.
      Parameters:
      name - the Property name
      value - the new value
    • Property

      public Property(String name, String value)
    • Property

      public Property(String name, boolean value)
    • Property

      public Property(String name, Number value)
  • Method Details