Class AssetReference

java.lang.Object
com.cloudera.cdp.dfworkload.model.AssetReference

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.696-07:00") public class AssetReference extends Object
A reference to an asset used in a flow parameter
  • Constructor Details Link icon

    • AssetReference Link icon

      public AssetReference()
  • Method Details Link icon

    • getName Link icon

      public String getName()
      Getter for name. The name of the asset
    • setName Link icon

      public void setName(String name)
      Setter for name. The name of the asset
    • getPath Link icon

      public String getPath()
      Getter for _path. The path of the asset
    • setPath Link icon

      public void setPath(String _path)
      Setter for _path. The path of the asset
    • getVersion Link icon

      public String getVersion()
      Getter for version. The version of the asset
    • setVersion Link icon

      public void setVersion(String version)
      Setter for version. The version of the asset
    • getEnvironmentProvided Link icon

      public Boolean getEnvironmentProvided()
      Getter for environmentProvided. Whether or not the asset is provided automatically by the environment. If true, the asset cannot removed or replaced.
    • setEnvironmentProvided Link icon

      public void setEnvironmentProvided(Boolean environmentProvided)
      Setter for environmentProvided. Whether or not the asset is provided automatically by the environment. If true, the asset cannot removed or replaced.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object