public class ApplicationRepresentation extends AbstractExtensibleRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationRepresentation.ApplicationRepresentationBuilder |
Modifier and Type | Field and Description |
---|---|
static String |
MICROSERVICE |
Constructor and Description |
---|
ApplicationRepresentation() |
ApplicationRepresentation(String id,
String name,
String key,
String type,
String availability,
TenantReferenceRepresentation owner,
String contextPath,
String resourcesUrl,
String resourcesUsername,
String resourcesPassword,
String externalUrl,
ManifestRepresentation manifest,
String activeVersionId,
List<String> requiredRoles,
List<String> roles,
String url) |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON
public static final String MICROSERVICE
public ApplicationRepresentation()
public ApplicationRepresentation(String id, String name, String key, String type, String availability, TenantReferenceRepresentation owner, String contextPath, String resourcesUrl, String resourcesUsername, String resourcesPassword, String externalUrl, ManifestRepresentation manifest, String activeVersionId, List<String> requiredRoles, List<String> roles, String url)
public String getId()
public void setId(String id)
@JSONProperty(ignoreIfNull=true) public String getName()
public void setName(String name)
@JSONProperty(ignoreIfNull=true) public String getKey()
public void setKey(String key)
@JSONProperty(ignoreIfNull=true) public String getType()
public void setType(String type)
@JSONProperty(ignoreIfNull=true) public String getAvailability()
public void setAvailability(String availability)
@JSONProperty(ignoreIfNull=true) public TenantReferenceRepresentation getOwner()
public void setOwner(TenantReferenceRepresentation owner)
@JSONProperty(ignoreIfNull=true) public String getContextPath()
public void setContextPath(String contextPath)
@Deprecated @JSONProperty(ignoreIfNull=true) public String getResourcesUrl()
@Deprecated public void setResourcesUrl(String resourcesUrl)
@Deprecated @JSONProperty(ignoreIfNull=true) public String getResourcesUsername()
@Deprecated public void setResourcesUsername(String resourcesUsername)
@Deprecated @JSONProperty(ignoreIfNull=true) public String getResourcesPassword()
@Deprecated public void setResourcesPassword(String resourcesPassword)
@JSONProperty(ignoreIfNull=true) public String getExternalUrl()
public void setExternalUrl(String externalUrl)
@JSONProperty(ignoreIfNull=true) public ManifestRepresentation getManifest()
public void setManifest(ManifestRepresentation manifest)
@JSONProperty(ignoreIfNull=true) public String getActiveVersionId()
public void setActiveVersionId(String activeVersionId)
@JSONProperty(ignoreIfNull=true) public String getUrl()
public static ApplicationRepresentation.ApplicationRepresentationBuilder applicationRepresentation()
public void setRequiredRoles(List<String> requiredRoles)
public void setRoles(List<String> roles)
public void setUrl(String url)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.