Class MetadataDefinitionBase

java.lang.Object
com.azure.resourcemanager.customerinsights.models.MetadataDefinitionBase
Direct Known Subclasses:
EntityTypeDefinition

public class MetadataDefinitionBase extends Object
The Metadata definition base.
  • Constructor Details

    • MetadataDefinitionBase

      public MetadataDefinitionBase()
      Creates an instance of MetadataDefinitionBase class.
  • Method Details

    • attributes

      public Map<String,List<String>> attributes()
      Get the attributes property: The attributes for the Type.
      Returns:
      the attributes value.
    • withAttributes

      public MetadataDefinitionBase withAttributes(Map<String,List<String>> attributes)
      Set the attributes property: The attributes for the Type.
      Parameters:
      attributes - the attributes value to set.
      Returns:
      the MetadataDefinitionBase object itself.
    • description

      public Map<String,String> description()
      Get the description property: Localized descriptions for the property.
      Returns:
      the description value.
    • withDescription

      public MetadataDefinitionBase withDescription(Map<String,String> description)
      Set the description property: Localized descriptions for the property.
      Parameters:
      description - the description value to set.
      Returns:
      the MetadataDefinitionBase object itself.
    • displayName

      public Map<String,String> displayName()
      Get the displayName property: Localized display names for the property.
      Returns:
      the displayName value.
    • withDisplayName

      public MetadataDefinitionBase withDisplayName(Map<String,String> displayName)
      Set the displayName property: Localized display names for the property.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the MetadataDefinitionBase object itself.
    • localizedAttributes

      public Map<String,Map<String,String>> localizedAttributes()
      Get the localizedAttributes property: Any custom localized attributes for the Type.
      Returns:
      the localizedAttributes value.
    • withLocalizedAttributes

      public MetadataDefinitionBase withLocalizedAttributes(Map<String,Map<String,String>> localizedAttributes)
      Set the localizedAttributes property: Any custom localized attributes for the Type.
      Parameters:
      localizedAttributes - the localizedAttributes value to set.
      Returns:
      the MetadataDefinitionBase object itself.
    • smallImage

      public String smallImage()
      Get the smallImage property: Small Image associated with the Property or EntityType.
      Returns:
      the smallImage value.
    • withSmallImage

      public MetadataDefinitionBase withSmallImage(String smallImage)
      Set the smallImage property: Small Image associated with the Property or EntityType.
      Parameters:
      smallImage - the smallImage value to set.
      Returns:
      the MetadataDefinitionBase object itself.
    • mediumImage

      public String mediumImage()
      Get the mediumImage property: Medium Image associated with the Property or EntityType.
      Returns:
      the mediumImage value.
    • withMediumImage

      public MetadataDefinitionBase withMediumImage(String mediumImage)
      Set the mediumImage property: Medium Image associated with the Property or EntityType.
      Parameters:
      mediumImage - the mediumImage value to set.
      Returns:
      the MetadataDefinitionBase object itself.
    • largeImage

      public String largeImage()
      Get the largeImage property: Large Image associated with the Property or EntityType.
      Returns:
      the largeImage value.
    • withLargeImage

      public MetadataDefinitionBase withLargeImage(String largeImage)
      Set the largeImage property: Large Image associated with the Property or EntityType.
      Parameters:
      largeImage - the largeImage value to set.
      Returns:
      the MetadataDefinitionBase object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.