DeepCreatedOrigin Class

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

public class DeepCreatedOrigin

Origin to be added when creating a CDN endpoint.

Method Summary

Modifier and Type Method and Description
String hostName()

Get the hostName value.

Integer httpPort()

Get the httpPort value.

Integer httpsPort()

Get the httpsPort value.

String name()

Get the name value.

DeepCreatedOrigin withHostName(String hostName)

Set the hostName value.

DeepCreatedOrigin withHttpPort(Integer httpPort)

Set the httpPort value.

DeepCreatedOrigin withHttpsPort(Integer httpsPort)

Set the httpsPort value.

DeepCreatedOrigin withName(String name)

Set the name value.

Method Details

hostName

public String hostName()

Get the hostName value.

Returns:

the hostName value

httpPort

public Integer httpPort()

Get the httpPort value.

Returns:

the httpPort value

httpsPort

public Integer httpsPort()

Get the httpsPort value.

Returns:

the httpsPort value

name

public String name()

Get the name value.

Returns:

the name value

withHostName

public DeepCreatedOrigin withHostName(String hostName)

Set the hostName value.

Parameters:

hostName - the hostName value to set

Returns:

the DeepCreatedOrigin object itself.

withHttpPort

public DeepCreatedOrigin withHttpPort(Integer httpPort)

Set the httpPort value.

Parameters:

httpPort - the httpPort value to set

Returns:

the DeepCreatedOrigin object itself.

withHttpsPort

public DeepCreatedOrigin withHttpsPort(Integer httpsPort)

Set the httpsPort value.

Parameters:

httpsPort - the httpsPort value to set

Returns:

the DeepCreatedOrigin object itself.

withName

public DeepCreatedOrigin withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the DeepCreatedOrigin object itself.

Applies to