Class KpiParticipantProfilesMetadata

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

public final class KpiParticipantProfilesMetadata extends Object
The KPI participant profile metadata.
  • Constructor Details

    • KpiParticipantProfilesMetadata

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

    • typeName

      public String typeName()
      Get the typeName property: Name of the type.
      Returns:
      the typeName value.
    • withTypeName

      public KpiParticipantProfilesMetadata withTypeName(String typeName)
      Set the typeName property: Name of the type.
      Parameters:
      typeName - the typeName value to set.
      Returns:
      the KpiParticipantProfilesMetadata object itself.
    • validate

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