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

io.javaoperatorsdk.operator.sample.WebappStatus Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
package io.javaoperatorsdk.operator.sample;

public class WebappStatus {

  private String deployedArtifact;

  public String getDeployedArtifact() {
    return deployedArtifact;
  }

  public void setDeployedArtifact(String deployedArtifact) {
    this.deployedArtifact = deployedArtifact;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy