Class ResourcesResponseEndpointsItem
java.lang.Object
com.microsoft.azure.management.cdn.ResourcesResponseEndpointsItem
The ResourcesResponseEndpointsItem model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the customDomains value.history()
Get the history value.id()
Get the id value.name()
Get the name value.withCustomDomains
(List<ResourcesResponseEndpointsItemCustomDomainsItem> customDomains) Set the customDomains value.withHistory
(Boolean history) Set the history value.Set the id value.Set the name value.
-
Constructor Details
-
ResourcesResponseEndpointsItem
public ResourcesResponseEndpointsItem()
-
-
Method Details
-
id
Get the id value.- Returns:
- the id value
-
withId
Set the id value.- Parameters:
id
- the id value to set- Returns:
- the ResourcesResponseEndpointsItem object itself.
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the ResourcesResponseEndpointsItem object itself.
-
history
Get the history value.- Returns:
- the history value
-
withHistory
Set the history value.- Parameters:
history
- the history value to set- Returns:
- the ResourcesResponseEndpointsItem object itself.
-
customDomains
Get the customDomains value.- Returns:
- the customDomains value
-
withCustomDomains
public ResourcesResponseEndpointsItem withCustomDomains(List<ResourcesResponseEndpointsItemCustomDomainsItem> customDomains) Set the customDomains value.- Parameters:
customDomains
- the customDomains value to set- Returns:
- the ResourcesResponseEndpointsItem object itself.
-