AzureWebCategoryInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. AzureWebCategoryInner
- com.
Implements
public final class AzureWebCategoryInner
implements JsonSerializable<AzureWebCategoryInner>
Azure Web Category Resource.
Constructor Summary
Constructor | Description |
---|---|
AzureWebCategoryInner() |
Creates an instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
String |
group()
Get the group property: The name of the group that the category belongs to. |
String |
id()
Get the id property: Resource ID. |
String |
name()
Get the name property: Resource name. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Resource type. |
void |
validate()
Validates the instance. |
Azure |
withId(String id)
Set the id property: Resource ID. |
Methods inherited from java.lang.Object
Constructor Details
AzureWebCategoryInner
public AzureWebCategoryInner()
Creates an instance of AzureWebCategoryInner class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static AzureWebCategoryInner fromJson(JsonReader jsonReader)
Reads an instance of AzureWebCategoryInner from the JsonReader.
Parameters:
Returns:
Throws:
group
public String group()
Get the group property: The name of the group that the category belongs to.
Returns:
id
public String id()
Get the id property: Resource ID.
Returns:
name
public String name()
Get the name property: Resource name.
Returns:
toJson
type
public String type()
Get the type property: Resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public AzureWebCategoryInner withId(String id)
Set the id property: Resource ID.
Parameters:
Returns:
Applies to
Azure SDK for Java