java.lang.Object
com.azure.resourcemanager.customerinsights.fluent.models.Connector

public final class Connector extends Object
Properties of connector.
  • Constructor Details

    • Connector

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

    • connectorId

      public Integer connectorId()
      Get the connectorId property: ID of the connector.
      Returns:
      the connectorId value.
    • connectorName

      public String connectorName()
      Get the connectorName property: Name of the connector.
      Returns:
      the connectorName value.
    • withConnectorName

      public Connector withConnectorName(String connectorName)
      Set the connectorName property: Name of the connector.
      Parameters:
      connectorName - the connectorName value to set.
      Returns:
      the Connector object itself.
    • connectorType

      public ConnectorTypes connectorType()
      Get the connectorType property: Type of connector.
      Returns:
      the connectorType value.
    • withConnectorType

      public Connector withConnectorType(ConnectorTypes connectorType)
      Set the connectorType property: Type of connector.
      Parameters:
      connectorType - the connectorType value to set.
      Returns:
      the Connector object itself.
    • displayName

      public String displayName()
      Get the displayName property: Display name of the connector.
      Returns:
      the displayName value.
    • withDisplayName

      public Connector withDisplayName(String displayName)
      Set the displayName property: Display name of the connector.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the Connector object itself.
    • description

      public String description()
      Get the description property: Description of the connector.
      Returns:
      the description value.
    • withDescription

      public Connector withDescription(String description)
      Set the description property: Description of the connector.
      Parameters:
      description - the description value to set.
      Returns:
      the Connector object itself.
    • connectorProperties

      public Map<String,Object> connectorProperties()
      Get the connectorProperties property: The connector properties.
      Returns:
      the connectorProperties value.
    • withConnectorProperties

      public Connector withConnectorProperties(Map<String,Object> connectorProperties)
      Set the connectorProperties property: The connector properties.
      Parameters:
      connectorProperties - the connectorProperties value to set.
      Returns:
      the Connector object itself.
    • created

      public OffsetDateTime created()
      Get the created property: The created time.
      Returns:
      the created value.
    • lastModified

      public OffsetDateTime lastModified()
      Get the lastModified property: The last modified time.
      Returns:
      the lastModified value.
    • state

      public ConnectorStates state()
      Get the state property: State of connector.
      Returns:
      the state value.
    • tenantId

      public String tenantId()
      Get the tenantId property: The hub name.
      Returns:
      the tenantId value.
    • isInternal

      public Boolean isInternal()
      Get the isInternal property: If this is an internal connector.
      Returns:
      the isInternal value.
    • withIsInternal

      public Connector withIsInternal(Boolean isInternal)
      Set the isInternal property: If this is an internal connector.
      Parameters:
      isInternal - the isInternal value to set.
      Returns:
      the Connector object itself.
    • validate

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