Expose lots of constructors and accessors
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / GetConfig.java
index 230a790..3e381bf 100644 (file)
@@ -33,6 +33,11 @@ public class GetConfig extends FcpMessage {
                super("GetConfig");
        }
 
+       public GetConfig(String identifer) {
+               this();
+               setField("Identifier", identifer);
+       }
+
        /**
         * Sets whether the {@link ConfigData} result message shall include the
         * current values.