ApplicationSummary Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.ApplicationSummary

public class ApplicationSummary

Contains information about an application in an Azure Batch Account.

Constructor Summary

Constructor Description
ApplicationSummary()

Method Summary

Modifier and Type Method and Description
String displayName()

Get the displayName value.

String id()

Get the id value.

List<String> versions()

Get the versions value.

ApplicationSummary withDisplayName(String displayName)

Set the displayName value.

ApplicationSummary withId(String id)

Set the id value.

ApplicationSummary withVersions(List<String> versions)

Set the versions value.

Methods inherited from java.lang.Object

Constructor Details

ApplicationSummary

public ApplicationSummary()

Method Details

displayName

public String displayName()

Get the displayName value.

Returns:

the displayName value

id

public String id()

Get the id value.

Returns:

the id value

versions

public List versions()

Get the versions value.

Returns:

the versions value

withDisplayName

public ApplicationSummary withDisplayName(String displayName)

Set the displayName value.

Parameters:

displayName - the displayName value to set

Returns:

the ApplicationSummary object itself.

withId

public ApplicationSummary withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the ApplicationSummary object itself.

withVersions

public ApplicationSummary withVersions(List versions)

Set the versions value.

Parameters:

versions - the versions value to set

Returns:

the ApplicationSummary object itself.

Applies to