GatewayTokenContractInner Class

  • java.lang.Object
    • com.azure.resourcemanager.apimanagement.fluent.models.GatewayTokenContractInner

public final class GatewayTokenContractInner

Gateway access token.

Constructor Summary

Constructor Description
GatewayTokenContractInner()

Creates an instance of GatewayTokenContractInner class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

String value()

Get the value property: Shared Access Authentication token value for the Gateway.

GatewayTokenContractInner withValue(String value)

Set the value property: Shared Access Authentication token value for the Gateway.

Methods inherited from java.lang.Object

Constructor Details

GatewayTokenContractInner

public GatewayTokenContractInner()

Creates an instance of GatewayTokenContractInner class.

Method Details

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Shared Access Authentication token value for the Gateway.

Returns:

the value value.

withValue

public GatewayTokenContractInner withValue(String value)

Set the value property: Shared Access Authentication token value for the Gateway.

Parameters:

value - the value value to set.

Returns:

the GatewayTokenContractInner object itself.

Applies to