public final class Expr
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Expr() |
| Modifier and Type | Method and Description |
|---|---|
Expr |
clone() |
java.lang.String |
getDescription()
Optional.
|
java.lang.String |
getExpression()
Textual representation of an expression in Common Expression Language syntax.
|
java.lang.String |
getLocation()
Optional.
|
java.lang.String |
getTitle()
Optional.
|
Expr |
set(java.lang.String fieldName,
java.lang.Object value) |
Expr |
setDescription(java.lang.String description)
Optional.
|
Expr |
setExpression(java.lang.String expression)
Textual representation of an expression in Common Expression Language syntax.
|
Expr |
setLocation(java.lang.String location)
Optional.
|
Expr |
setTitle(java.lang.String title)
Optional.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getDescription()
null for nonepublic Expr setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getExpression()
null for nonepublic Expr setExpression(java.lang.String expression)
expression - expression or null for nonepublic java.lang.String getLocation()
null for nonepublic Expr setLocation(java.lang.String location)
location - location or null for nonepublic java.lang.String getTitle()
null for nonepublic Expr setTitle(java.lang.String title)
title - title or null for nonepublic Expr set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Expr clone()
clone in class com.google.api.client.json.GenericJson