Class ResourcesResponseCustomDomainsItem
java.lang.Object
com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem
The ResourcesResponseCustomDomainsItem 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
-
ResourcesResponseCustomDomainsItem
public ResourcesResponseCustomDomainsItem()
-
-
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 ResourcesResponseCustomDomainsItem 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 ResourcesResponseCustomDomainsItem 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 ResourcesResponseCustomDomainsItem 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 ResourcesResponseCustomDomainsItem object itself.
-