Class ResourcesResponseEndpointsItemCustomDomainsItem
java.lang.Object
com.microsoft.azure.management.cdn.ResourcesResponseEndpointsItemCustomDomainsItem
The ResourcesResponseEndpointsItemCustomDomainsItem model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the endpointId value.history()
Get the history value.id()
Get the id value.name()
Get the name value.withEndpointId
(String endpointId) Set the endpointId value.withHistory
(Boolean history) Set the history value.Set the id value.Set the name value.
-
Constructor Details
-
ResourcesResponseEndpointsItemCustomDomainsItem
public ResourcesResponseEndpointsItemCustomDomainsItem()
-
-
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 ResourcesResponseEndpointsItemCustomDomainsItem 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 ResourcesResponseEndpointsItemCustomDomainsItem object itself.
-
endpointId
Get the endpointId value.- Returns:
- the endpointId value
-
withEndpointId
Set the endpointId value.- Parameters:
endpointId
- the endpointId value to set- Returns:
- the ResourcesResponseEndpointsItemCustomDomainsItem 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 ResourcesResponseEndpointsItemCustomDomainsItem object itself.
-