Class CheckNameAvailabilityParameters
- java.lang.Object
-
- com.microsoft.azure.management.batch.CheckNameAvailabilityParameters
-
public class CheckNameAvailabilityParameters extends Object
Parameters for a check name availability request.
-
-
Constructor Summary
Constructors Constructor Description CheckNameAvailabilityParameters()Creates an instance of CheckNameAvailabilityParameters class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name value.Stringtype()Get the type value.CheckNameAvailabilityParameterswithName(String name)Set the name value.CheckNameAvailabilityParameterswithType(String type)Set the type value.
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public CheckNameAvailabilityParameters withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the CheckNameAvailabilityParameters object itself.
-
type
public String type()
Get the type value.- Returns:
- the type value
-
withType
public CheckNameAvailabilityParameters withType(String type)
Set the type value.- Parameters:
type- the type value to set- Returns:
- the CheckNameAvailabilityParameters object itself.
-
-