java.lang.Object
com.azure.resourcemanager.customerinsights.models.StrongId

public final class StrongId extends Object
Property/Properties which represent a unique ID.
  • Constructor Details

    • StrongId

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

    • keyPropertyNames

      public List<String> keyPropertyNames()
      Get the keyPropertyNames property: The properties which make up the unique ID.
      Returns:
      the keyPropertyNames value.
    • withKeyPropertyNames

      public StrongId withKeyPropertyNames(List<String> keyPropertyNames)
      Set the keyPropertyNames property: The properties which make up the unique ID.
      Parameters:
      keyPropertyNames - the keyPropertyNames value to set.
      Returns:
      the StrongId object itself.
    • strongIdName

      public String strongIdName()
      Get the strongIdName property: The Name identifying the strong ID.
      Returns:
      the strongIdName value.
    • withStrongIdName

      public StrongId withStrongIdName(String strongIdName)
      Set the strongIdName property: The Name identifying the strong ID.
      Parameters:
      strongIdName - the strongIdName value to set.
      Returns:
      the StrongId object itself.
    • displayName

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

      public StrongId withDisplayName(Map<String,String> displayName)
      Set the displayName property: Localized display name.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the StrongId object itself.
    • description

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

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

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