ResourcesResponseEndpointsItem Class
- java.
lang. Object - com.
microsoft. azure. management. cdn. ResourcesResponseEndpointsItem
- com.
public class ResourcesResponseEndpointsItem
The ResourcesResponseEndpointsItem model.
Constructor Summary
Constructor | Description | |
---|---|---|
ResourcesResponseEndpointsItem() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.util.List<Resources |
customDomains()
Get the custom |
java.lang.Boolean |
history()
Get the history value. |
java.lang.String |
id()
Get the id value. |
java.lang.String |
name()
Get the name value. |
Resources |
withCustomDomains(List<ResourcesResponseEndpointsItemCustomDomainsItem> customDomains)
Set the custom |
Resources |
withHistory(Boolean history)
Set the history value. |
Resources |
withId(String id)
Set the id value. |
Resources |
withName(String name)
Set the name value. |
Methods inherited from java.lang.Object
Constructor Details
ResourcesResponseEndpointsItem
public ResourcesResponseEndpointsItem()
Method Details
customDomains
public List
Get the customDomains value.
Returns:
history
public Boolean history()
Get the history value.
Returns:
id
public String id()
Get the id value.
Returns:
name
public String name()
Get the name value.
Returns:
withCustomDomains
public ResourcesResponseEndpointsItem withCustomDomains(List
Set the customDomains value.
Parameters:
Returns:
withHistory
public ResourcesResponseEndpointsItem withHistory(Boolean history)
Set the history value.
Parameters:
Returns:
withId
public ResourcesResponseEndpointsItem withId(String id)
Set the id value.
Parameters:
Returns:
withName
public ResourcesResponseEndpointsItem withName(String name)
Set the name value.
Parameters:
Returns:
Applies to
Azure SDK for Java