DdlName Class

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

public class DdlName

A Data Lake Analytics DDL name item.

Method Summary

Modifier and Type Method and Description
String firstPart()

Get the firstPart value.

String secondPart()

Get the secondPart value.

String server()

Get the server value.

String thirdPart()

Get the thirdPart value.

DdlName withFirstPart(String firstPart)

Set the firstPart value.

DdlName withSecondPart(String secondPart)

Set the secondPart value.

DdlName withServer(String server)

Set the server value.

DdlName withThirdPart(String thirdPart)

Set the thirdPart value.

Method Details

firstPart

public String firstPart()

Get the firstPart value.

Returns:

the firstPart value

secondPart

public String secondPart()

Get the secondPart value.

Returns:

the secondPart value

server

public String server()

Get the server value.

Returns:

the server value

thirdPart

public String thirdPart()

Get the thirdPart value.

Returns:

the thirdPart value

withFirstPart

public DdlName withFirstPart(String firstPart)

Set the firstPart value.

Parameters:

firstPart - the firstPart value to set

Returns:

the DdlName object itself.

withSecondPart

public DdlName withSecondPart(String secondPart)

Set the secondPart value.

Parameters:

secondPart - the secondPart value to set

Returns:

the DdlName object itself.

withServer

public DdlName withServer(String server)

Set the server value.

Parameters:

server - the server value to set

Returns:

the DdlName object itself.

withThirdPart

public DdlName withThirdPart(String thirdPart)

Set the thirdPart value.

Parameters:

thirdPart - the thirdPart value to set

Returns:

the DdlName object itself.

Applies to