Class ResourcesResponseCustomDomainsItem
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.ResourcesResponseCustomDomainsItem
-
public final class ResourcesResponseCustomDomainsItem extends Object
The ResourcesResponseCustomDomainsItem model.
-
-
Constructor Summary
Constructors Constructor Description ResourcesResponseCustomDomainsItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringendpointId()Get the endpointId property: The endpointId property.Booleanhistory()Get the history property: The history property.Stringid()Get the id property: The id property.Stringname()Get the name property: The name property.voidvalidate()Validates the instance.ResourcesResponseCustomDomainsItemwithEndpointId(String endpointId)Set the endpointId property: The endpointId property.ResourcesResponseCustomDomainsItemwithHistory(Boolean history)Set the history property: The history property.ResourcesResponseCustomDomainsItemwithId(String id)Set the id property: The id property.ResourcesResponseCustomDomainsItemwithName(String name)Set the name property: The name property.
-
-
-
Method Detail
-
id
public String id()
Get the id property: The id property.- Returns:
- the id value.
-
withId
public ResourcesResponseCustomDomainsItem withId(String id)
Set the id property: The id property.- Parameters:
id- the id value to set.- Returns:
- the ResourcesResponseCustomDomainsItem object itself.
-
name
public String name()
Get the name property: The name property.- Returns:
- the name value.
-
withName
public ResourcesResponseCustomDomainsItem withName(String name)
Set the name property: The name property.- Parameters:
name- the name value to set.- Returns:
- the ResourcesResponseCustomDomainsItem object itself.
-
endpointId
public String endpointId()
Get the endpointId property: The endpointId property.- Returns:
- the endpointId value.
-
withEndpointId
public ResourcesResponseCustomDomainsItem withEndpointId(String endpointId)
Set the endpointId property: The endpointId property.- Parameters:
endpointId- the endpointId value to set.- Returns:
- the ResourcesResponseCustomDomainsItem object itself.
-
history
public Boolean history()
Get the history property: The history property.- Returns:
- the history value.
-
withHistory
public ResourcesResponseCustomDomainsItem withHistory(Boolean history)
Set the history property: The history property.- Parameters:
history- the history value to set.- Returns:
- the ResourcesResponseCustomDomainsItem object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-