GetCollectionCountResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. fluent. models. GetCollectionCountResponseInner
- com.
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
Get |
fromJson(JsonReader jsonReader)
Reads an instance of Get |
|
Json |
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:
fromJson
public static GetCollectionCountResponseInner fromJson(JsonReader jsonReader)
Reads an instance of GetCollectionCountResponseInner from the JsonReader.
Parameters:
Returns:
Throws: