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

    • AssetReference

      public AssetReference()
  • Method Details

    • getName

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

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

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

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

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

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

      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

      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

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

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

      public String toString()
      Overrides:
      toString in class Object