ResourcesResponseCustomDomainsItem Class

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

public class ResourcesResponseCustomDomainsItem

The ResourcesResponseCustomDomainsItem model.

Constructor Summary

Constructor Description
ResourcesResponseCustomDomainsItem()

Method Summary

Modifier and Type Method and Description
java.lang.String endpointId()

Get the endpointId 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.

ResourcesResponseCustomDomainsItem withEndpointId(String endpointId)

Set the endpointId value.

ResourcesResponseCustomDomainsItem withHistory(Boolean history)

Set the history value.

ResourcesResponseCustomDomainsItem withId(String id)

Set the id value.

ResourcesResponseCustomDomainsItem 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

ResourcesResponseCustomDomainsItem

public ResourcesResponseCustomDomainsItem()

Method Details

endpointId

public String endpointId()

Get the endpointId value.

Returns:

the endpointId 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

withEndpointId

public ResourcesResponseCustomDomainsItem withEndpointId(String endpointId)

Set the endpointId value.

Parameters:

endpointId - the endpointId value to set

Returns:

the ResourcesResponseCustomDomainsItem object itself.

withHistory

public ResourcesResponseCustomDomainsItem withHistory(Boolean history)

Set the history value.

Parameters:

history - the history value to set

Returns:

the ResourcesResponseCustomDomainsItem object itself.

withId

public ResourcesResponseCustomDomainsItem withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the ResourcesResponseCustomDomainsItem object itself.

withName

public ResourcesResponseCustomDomainsItem withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ResourcesResponseCustomDomainsItem object itself.

Applies to