azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

69 строки
4.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sphere.models.CountElementsResponse"
fullName: "com.azure.resourcemanager.sphere.models.CountElementsResponse"
name: "CountElementsResponse"
nameWithType: "CountElementsResponse"
summary: "Response of the count for elements."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **CountElementsResponse**"
constructors:
- uid: "com.azure.resourcemanager.sphere.models.CountElementsResponse.CountElementsResponse()"
fullName: "com.azure.resourcemanager.sphere.models.CountElementsResponse.CountElementsResponse()"
name: "CountElementsResponse()"
nameWithType: "CountElementsResponse.CountElementsResponse()"
summary: "Creates an instance of Count<wbr>Elements<wbr>Response class."
syntax: "public CountElementsResponse()"
desc: "Creates an instance of CountElementsResponse class."
methods:
- uid: "com.azure.resourcemanager.sphere.models.CountElementsResponse.validate()"
fullName: "com.azure.resourcemanager.sphere.models.CountElementsResponse.validate()"
name: "validate()"
nameWithType: "CountElementsResponse.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sphere.models.CountElementsResponse.value()"
fullName: "com.azure.resourcemanager.sphere.models.CountElementsResponse.value()"
name: "value()"
nameWithType: "CountElementsResponse.value()"
summary: "Get the value property: Number of children resources in parent resource."
syntax: "public int value()"
desc: "Get the value property: Number of children resources in parent resource."
returns:
description: "the value value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.CountElementsResponse.withValue(int)"
fullName: "com.azure.resourcemanager.sphere.models.CountElementsResponse.withValue(int value)"
name: "withValue(int value)"
nameWithType: "CountElementsResponse.withValue(int value)"
summary: "Set the value property: Number of children resources in parent resource."
parameters:
- description: "the value value to set."
name: "value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CountElementsResponse withValue(int value)"
desc: "Set the value property: Number of children resources in parent resource."
returns:
description: "the CountElementsResponse object itself."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.CountElementsResponse?alt=com.azure.resourcemanager.sphere.models.CountElementsResponse&text=CountElementsResponse\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Response of the count for elements."
metadata: {}
package: "com.azure.resourcemanager.sphere.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0