NameIdentifierInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. NameIdentifierInner
- com.
Implements
public final class NameIdentifierInner
implements JsonSerializable<NameIdentifierInner>
Identifies an object.
Constructor Summary
Constructor | Description |
---|---|
NameIdentifierInner() |
Creates an instance of Name |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Name |
fromJson(JsonReader jsonReader)
Reads an instance of Name |
String |
name()
Get the name property: Name of the object. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Name |
withName(String name)
Set the name property: Name of the object. |
Methods inherited from java.lang.Object
Constructor Details
NameIdentifierInner
public NameIdentifierInner()
Creates an instance of NameIdentifierInner class.
Method Details
fromJson
public static NameIdentifierInner fromJson(JsonReader jsonReader)
Reads an instance of NameIdentifierInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the object.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public NameIdentifierInner withName(String name)
Set the name property: Name of the object.
Parameters:
Returns:
Applies to
Azure SDK for Java