com.sap.cloud.mt.subscription.json.DeploymentMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of multi-tenant-subscription Show documentation
Show all versions of multi-tenant-subscription Show documentation
Spring Boot Enablement Parent
/*******************************************************************************
* © 2019-2024 SAP SE or an SAP affiliate company. All rights reserved.
******************************************************************************/
package com.sap.cloud.mt.subscription.json;
public class DeploymentMessage {
public String id;//NOSONAR
public String origin;//NOSONAR
public String request_id;//NOSONAR
public String row_id;//NOSONAR
public String level;//NOSONAR
public String type;//NOSONAR
public String library_id;//NOSONAR
public String plugin_id;//NOSONAR
public String path;//NOSONAR
public String severity;//NOSONAR
public String message_code;//NOSONAR
public String message;//NOSONAR
public String location;//NOSONAR
public String location_path;//NOSONAR
public String timestamp_utc;//NOSONAR
}