Aracılığıyla paylaş


ResourcesResponseEndpointsItemCustomDomainsItem Class

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

public class ResourcesResponseEndpointsItemCustomDomainsItem

The ResourcesResponseEndpointsItemCustomDomainsItem model.

Constructor Summary

Constructor Description
ResourcesResponseEndpointsItemCustomDomainsItem()

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.

ResourcesResponseEndpointsItemCustomDomainsItem withEndpointId(String endpointId)

Set the endpointId value.

ResourcesResponseEndpointsItemCustomDomainsItem withHistory(Boolean history)

Set the history value.

ResourcesResponseEndpointsItemCustomDomainsItem withId(String id)

Set the id value.

ResourcesResponseEndpointsItemCustomDomainsItem 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

ResourcesResponseEndpointsItemCustomDomainsItem

public ResourcesResponseEndpointsItemCustomDomainsItem()

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 ResourcesResponseEndpointsItemCustomDomainsItem withEndpointId(String endpointId)

Set the endpointId value.

Parameters:

endpointId - the endpointId value to set

Returns:

the ResourcesResponseEndpointsItemCustomDomainsItem object itself.

withHistory

public ResourcesResponseEndpointsItemCustomDomainsItem withHistory(Boolean history)

Set the history value.

Parameters:

history - the history value to set

Returns:

the ResourcesResponseEndpointsItemCustomDomainsItem object itself.

withId

public ResourcesResponseEndpointsItemCustomDomainsItem withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the ResourcesResponseEndpointsItemCustomDomainsItem object itself.

withName

public ResourcesResponseEndpointsItemCustomDomainsItem withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ResourcesResponseEndpointsItemCustomDomainsItem object itself.

Applies to