ApimResource Class

public class ApimResource
extends ProxyResource

The Resource definition.

Constructor Summary

Constructor Description
ApimResource()

Creates an instance of ApimResource class.

Method Summary

Modifier and Type Method and Description
Map<String,String> tags()

Get the tags property: Resource tags.

void validate()

Validates the instance.

ApimResource withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ApimResource

public ApimResource()

Creates an instance of ApimResource class.

Method Details

tags

public Map tags()

Get the tags property: Resource tags.

Returns:

the tags value.

validate

public void validate()

Validates the instance.

withTags

public ApimResource withTags(Map tags)

Set the tags property: Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the ApimResource object itself.

Applies to