All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cloudfoundry.client.facade.adapters.ApplicationLogsResponse Maven / Gradle / Ivy

There is a newer version: 2.56.0
Show newest version
package com.sap.cloudfoundry.client.facade.adapters;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonRootName;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import org.immutables.value.Value;

import java.util.List;

@Value.Immutable
@JsonRootName("envelopes")
@JsonDeserialize(as = ImmutableApplicationLogsResponse.class)
public interface ApplicationLogsResponse {

    @JsonProperty("batch")
    List getLogs();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy