ResourcesResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. fluent. models. ResourcesResponseInner
- com.
Implements
public final class ResourcesResponseInner
implements JsonSerializable<ResourcesResponseInner>
Resources Response.
Constructor Summary
Constructor | Description |
---|---|
ResourcesResponseInner() |
Creates an instance of Resources |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Resources |
customDomains()
Get the custom |
List<Resources |
endpoints()
Get the endpoints property: The endpoints property. |
static
Resources |
fromJson(JsonReader jsonReader)
Reads an instance of Resources |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Resources |
withCustomDomains(List<ResourcesResponseCustomDomainsItem> customDomains)
Set the custom |
Resources |
withEndpoints(List<ResourcesResponseEndpointsItem> endpoints)
Set the endpoints property: The endpoints property. |
Methods inherited from java.lang.Object
Constructor Details
ResourcesResponseInner
public ResourcesResponseInner()
Creates an instance of ResourcesResponseInner class.
Method Details
customDomains
public List
Get the customDomains property: The customDomains property.
Returns:
endpoints
public List
Get the endpoints property: The endpoints property.
Returns:
fromJson
public static ResourcesResponseInner fromJson(JsonReader jsonReader)
Reads an instance of ResourcesResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCustomDomains
public ResourcesResponseInner withCustomDomains(List
Set the customDomains property: The customDomains property.
Parameters:
Returns:
withEndpoints
public ResourcesResponseInner withEndpoints(List
Set the endpoints property: The endpoints property.
Parameters:
Returns:
Applies to
Azure SDK for Java