public final class PrismaCpeCode
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 Display & Video 360 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PrismaCpeCode() |
| Modifier and Type | Method and Description |
|---|---|
PrismaCpeCode |
clone() |
String |
getPrismaClientCode()
The Prisma client code.
|
String |
getPrismaEstimateCode()
The Prisma estimate code.
|
String |
getPrismaProductCode()
The Prisma product code.
|
PrismaCpeCode |
set(String fieldName,
Object value) |
PrismaCpeCode |
setPrismaClientCode(String prismaClientCode)
The Prisma client code.
|
PrismaCpeCode |
setPrismaEstimateCode(String prismaEstimateCode)
The Prisma estimate code.
|
PrismaCpeCode |
setPrismaProductCode(String prismaProductCode)
The Prisma product code.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getPrismaClientCode()
null for nonepublic PrismaCpeCode setPrismaClientCode(String prismaClientCode)
prismaClientCode - prismaClientCode or null for nonepublic String getPrismaEstimateCode()
null for nonepublic PrismaCpeCode setPrismaEstimateCode(String prismaEstimateCode)
prismaEstimateCode - prismaEstimateCode or null for nonepublic String getPrismaProductCode()
null for nonepublic PrismaCpeCode setPrismaProductCode(String prismaProductCode)
prismaProductCode - prismaProductCode or null for nonepublic PrismaCpeCode set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PrismaCpeCode clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.