java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.DdlName

public class DdlName extends Object
A Data Lake Analytics DDL name item.
  • Constructor Details

    • DdlName

      public DdlName()
  • Method Details

    • firstPart

      public String firstPart()
      Get the name of the table associated with this database and schema.
      Returns:
      the firstPart value
    • withFirstPart

      public DdlName withFirstPart(String firstPart)
      Set the name of the table associated with this database and schema.
      Parameters:
      firstPart - the firstPart value to set
      Returns:
      the DdlName object itself.
    • secondPart

      public String secondPart()
      Get the name of the table associated with this database and schema.
      Returns:
      the secondPart value
    • withSecondPart

      public DdlName withSecondPart(String secondPart)
      Set the name of the table associated with this database and schema.
      Parameters:
      secondPart - the secondPart value to set
      Returns:
      the DdlName object itself.
    • thirdPart

      public String thirdPart()
      Get the name of the table associated with this database and schema.
      Returns:
      the thirdPart value
    • withThirdPart

      public DdlName withThirdPart(String thirdPart)
      Set the name of the table associated with this database and schema.
      Parameters:
      thirdPart - the thirdPart value to set
      Returns:
      the DdlName object itself.
    • server

      public String server()
      Get the name of the table associated with this database and schema.
      Returns:
      the server value
    • withServer

      public DdlName withServer(String server)
      Set the name of the table associated with this database and schema.
      Parameters:
      server - the server value to set
      Returns:
      the DdlName object itself.