Class AssetReference


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class AssetReference
    extends Object
    A reference to an asset used in a flow parameter
    • Constructor Detail

      • AssetReference

        public AssetReference()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object