DdlName Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. DdlName
- com.
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. |
Ddl |
withFirstPart(String firstPart)
Set the firstPart value. |
Ddl |
withSecondPart(String secondPart)
Set the secondPart value. |
Ddl |
withServer(String server)
Set the server value. |
Ddl |
withThirdPart(String thirdPart)
Set the thirdPart value. |
Method Details
firstPart
public String firstPart()
Get the firstPart value.
Returns:
secondPart
public String secondPart()
Get the secondPart value.
Returns:
server
public String server()
Get the server value.
Returns:
thirdPart
public String thirdPart()
Get the thirdPart value.
Returns:
withFirstPart
public DdlName withFirstPart(String firstPart)
Set the firstPart value.
Parameters:
Returns:
withSecondPart
public DdlName withSecondPart(String secondPart)
Set the secondPart value.
Parameters:
Returns:
withServer
public DdlName withServer(String server)
Set the server value.
Parameters:
Returns:
withThirdPart
public DdlName withThirdPart(String thirdPart)
Set the thirdPart value.
Parameters:
Returns:
Applies to
Azure SDK for Java