GetCollectionCountResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.fluent.models.GetCollectionCountResponseInner

Implements

public final class GetCollectionCountResponseInner
implements JsonSerializable<GetCollectionCountResponseInner>

The get collection count response.

Method Summary

Modifier and Type Method and Description
Integer count()

Get the count property: The count of the specified resource.

static GetCollectionCountResponseInner fromJson(JsonReader jsonReader)

Reads an instance of GetCollectionCountResponseInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

count

public Integer count()

Get the count property: The count of the specified resource.

Returns:

the count value.

fromJson

public static GetCollectionCountResponseInner fromJson(JsonReader jsonReader)

Reads an instance of GetCollectionCountResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GetCollectionCountResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the GetCollectionCountResponseInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to