public class ApplicationRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
List<AssetReference> |
assets |
Map<String,Object> |
configuration |
String |
desiredState |
AssetReference |
ref |
| Constructor and Description |
|---|
ApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAssets(List<AssetReference> assets) |
void |
setConfiguration(Map<String,Object> configuration) |
void |
setDesiredState(String desiredState) |
void |
setRef(AssetReference ref) |
public AssetReference ref
public String desiredState
public List<AssetReference> assets
public void setRef(AssetReference ref)
public void setDesiredState(String desiredState)
public void setAssets(List<AssetReference> assets)
Copyright © 2018 MuleSoft Inc. All rights reserved.