public class ApplicationRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
List<AssetReference> |
assets |
Object |
configuration |
String |
desiredState |
Integration |
integrations |
AssetReference |
ref |
String |
vCores |
| Constructor and Description |
|---|
ApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integration |
getIntegrations() |
String |
getvCores() |
void |
setAssets(List<AssetReference> assets) |
void |
setConfiguration(Object configuration) |
void |
setDesiredState(String desiredState) |
void |
setIntegrations(Integration integrations) |
void |
setRef(AssetReference ref) |
void |
setvCores(String vCores) |
public AssetReference ref
public String desiredState
public Object configuration
public List<AssetReference> assets
public String vCores
public Integration integrations
public void setRef(AssetReference ref)
public void setDesiredState(String desiredState)
public void setConfiguration(Object configuration)
public void setAssets(List<AssetReference> assets)
public String getvCores()
public void setvCores(String vCores)
public Integration getIntegrations()
public void setIntegrations(Integration integrations)
Copyright © 2024 MuleSoft Inc. All rights reserved.