public class ApplicationsPUTBody extends Object
| Constructor and Description |
|---|
ApplicationsPUTBody()
No args constructor for use in serialization
|
ApplicationsPUTBody(String appLocation)
Creates an intance of the request body.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAppLocation() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAppLocation(String appLocation) |
String |
toString() |
ApplicationsPUTBody |
withAdditionalProperty(String name,
Object value) |
ApplicationsPUTBody |
withAppLocation(String appLocation) |
public ApplicationsPUTBody()
public ApplicationsPUTBody(String appLocation)
appLocation - the location in file system for the application content to be deployed.public String getAppLocation()
public void setAppLocation(String appLocation)
public ApplicationsPUTBody withAppLocation(String appLocation)
public ApplicationsPUTBody withAdditionalProperty(String name, Object value)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.