ResourcesResponseEndpointsItem Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.ResourcesResponseEndpointsItem

public class ResourcesResponseEndpointsItem

The ResourcesResponseEndpointsItem model.

Constructor Summary

Constructor Description
ResourcesResponseEndpointsItem()

Method Summary

Modifier and Type Method and Description
java.util.List<ResourcesResponseEndpointsItemCustomDomainsItem> customDomains()

Get the customDomains value.

java.lang.Boolean history()

Get the history value.

java.lang.String id()

Get the id value.

java.lang.String name()

Get the name value.

ResourcesResponseEndpointsItem withCustomDomains(List<ResourcesResponseEndpointsItemCustomDomainsItem> customDomains)

Set the customDomains value.

ResourcesResponseEndpointsItem withHistory(Boolean history)

Set the history value.

ResourcesResponseEndpointsItem withId(String id)

Set the id value.

ResourcesResponseEndpointsItem withName(String name)

Set the name value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ResourcesResponseEndpointsItem

public ResourcesResponseEndpointsItem()

Method Details

customDomains

public List customDomains()

Get the customDomains value.

Returns:

the customDomains value

history

public Boolean history()

Get the history value.

Returns:

the history value

id

public String id()

Get the id value.

Returns:

the id value

name

public String name()

Get the name value.

Returns:

the name value

withCustomDomains

public ResourcesResponseEndpointsItem withCustomDomains(List customDomains)

Set the customDomains value.

Parameters:

customDomains - the customDomains value to set

Returns:

the ResourcesResponseEndpointsItem object itself.

withHistory

public ResourcesResponseEndpointsItem withHistory(Boolean history)

Set the history value.

Parameters:

history - the history value to set

Returns:

the ResourcesResponseEndpointsItem object itself.

withId

public ResourcesResponseEndpointsItem withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the ResourcesResponseEndpointsItem object itself.

withName

public ResourcesResponseEndpointsItem withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ResourcesResponseEndpointsItem object itself.

Applies to