Class UpdateConfigRequest
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Command
com.cloudimpl.outstack.runtime.configs.UpdateConfigRequest
public class UpdateConfigRequest extends Command
- Author:
- nuwan
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateConfigRequest.Builder -
Constructor Summary
Constructors Constructor Description UpdateConfigRequest(UpdateConfigRequest.Builder builder) -
Method Summary
Modifier and Type Method Description static UpdateConfigRequest.Builderbuilder()java.lang.StringgetConfigName()java.lang.StringgetConfigType()java.lang.StringgetGroupName()java.lang.StringgetValue()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Command
commandName, getContext, getFiles, getId, getMapAttr, getRootId, getTenantId, id, rootId, setContext, setFiles, setId, setMapAttr, setRootId, setTenantId, setVersion, tenantId, unwrap, versionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UpdateConfigRequest
-
-
Method Details
-
getGroupName
public java.lang.String getGroupName() -
getConfigName
public java.lang.String getConfigName() -
getValue
public java.lang.String getValue() -
getConfigType
public java.lang.String getConfigType() -
builder
-