Class CatalogSourceTemplateConfig


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20250228")
    public final class CatalogSourceTemplateConfig
    extends CatalogSourcePayload
    Catalog source template config.
    Note: Objects should always be created or deserialized using the CatalogSourceTemplateConfig.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the CatalogSourceTemplateConfig.Builder, which maintain a set of all explicitly set fields called CatalogSourceTemplateConfig.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Constructor Detail

      • CatalogSourceTemplateConfig

        @Deprecated
        public CatalogSourceTemplateConfig​(String workingDirectory,
                                           String zipFileBase64Encoded,
                                           String description,
                                           String longDescription,
                                           String templateDisplayName)
        Deprecated.
    • Method Detail

      • getZipFileBase64Encoded

        public String getZipFileBase64Encoded()
        The Base64 encoded template.

        This payload will trigger CreateTemplate API, where the parameter will be passed.

        Returns:
        the value
      • getDescription

        public String getDescription()
        Template Description
        Returns:
        the value
      • getLongDescription

        public String getLongDescription()
        Template Long Description
        Returns:
        the value
      • getTemplateDisplayName

        public String getTemplateDisplayName()
        Template Display Name
        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class CatalogSourcePayload
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation