GatewayContractInner Class

public final class GatewayContractInner
extends ProxyResource

Gateway details.

Constructor Summary

Constructor Description
GatewayContractInner()

Creates an instance of GatewayContractInner class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Gateway description.

ResourceLocationDataContract locationData()

Get the locationData property: Gateway location.

void validate()

Validates the instance.

GatewayContractInner withDescription(String description)

Set the description property: Gateway description.

GatewayContractInner withLocationData(ResourceLocationDataContract locationData)

Set the locationData property: Gateway location.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

GatewayContractInner

public GatewayContractInner()

Creates an instance of GatewayContractInner class.

Method Details

description

public String description()

Get the description property: Gateway description.

Returns:

the description value.

locationData

public ResourceLocationDataContract locationData()

Get the locationData property: Gateway location.

Returns:

the locationData value.

validate

public void validate()

Validates the instance.

withDescription

public GatewayContractInner withDescription(String description)

Set the description property: Gateway description.

Parameters:

description - the description value to set.

Returns:

the GatewayContractInner object itself.

withLocationData

public GatewayContractInner withLocationData(ResourceLocationDataContract locationData)

Set the locationData property: Gateway location.

Parameters:

locationData - the locationData value to set.

Returns:

the GatewayContractInner object itself.

Applies to