Class CatalogSourceTemplateConfig
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.fleetappsmanagement.model.CatalogSourcePayload
- 
- com.oracle.bmc.fleetappsmanagement.model.CatalogSourceTemplateConfig
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public final class CatalogSourceTemplateConfig extends CatalogSourcePayloadCatalog source template config.
 Note: Objects should always be created or deserialized using theCatalogSourceTemplateConfig.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 theCatalogSourceTemplateConfig.Builder, which maintain a set of all explicitly set fields calledCatalogSourceTemplateConfig.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCatalogSourceTemplateConfig.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CatalogSourceTemplateConfig.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDescription()Template DescriptionStringgetLongDescription()Template Long DescriptionStringgetTemplateDisplayName()Template Display NameStringgetZipFileBase64Encoded()The Base64 encoded template.inthashCode()CatalogSourceTemplateConfig.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.fleetappsmanagement.model.CatalogSourcePayloadgetWorkingDirectory
 
- 
 
- 
- 
- 
Method Detail- 
builderpublic static CatalogSourceTemplateConfig.Builder builder() Create a new builder.
 - 
toBuilderpublic CatalogSourceTemplateConfig.Builder toBuilder() 
 - 
getZipFileBase64Encodedpublic String getZipFileBase64Encoded() The Base64 encoded template.This payload will trigger CreateTemplate API, where the parameter will be passed. - Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() Template Description- Returns:
- the value
 
 - 
getLongDescriptionpublic String getLongDescription() Template Long Description- Returns:
- the value
 
 - 
getTemplateDisplayNamepublic String getTemplateDisplayName() Template Display Name- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- CatalogSourcePayload
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- CatalogSourcePayload
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- CatalogSourcePayload
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- CatalogSourcePayload
 
 
- 
 
-