CheckNameAvailabilityResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. fluent. models. CheckNameAvailabilityResultInner
- com.
Implements
public final class CheckNameAvailabilityResultInner
implements JsonSerializable<CheckNameAvailabilityResultInner>
CheckNameAvailability Result.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Check |
fromJson(JsonReader jsonReader)
Reads an instance of Check |
| String |
message()
Get the message property: Gets or sets the message. |
| Boolean |
nameAvailable()
Get the name |
| String |
reason()
Get the reason property: Gets or sets the reason. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static CheckNameAvailabilityResultInner fromJson(JsonReader jsonReader)
Reads an instance of CheckNameAvailabilityResultInner from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: Gets or sets the message.
Returns:
nameAvailable
public Boolean nameAvailable()
Get the nameAvailable property: Gets or sets a value indicating whether [name available].
Returns:
reason
public String reason()
Get the reason property: Gets or sets the reason.
Returns: