final case class Audit(status: AuditStatusCode = com.explorestack.protobuf.adcom.AuditStatusCode.AUDIT_STATUS_CODE_INVALID, feedback: Seq[String] = _root_.scala.Seq.empty, init: String = "", lastmod: String = "", corr: Option[Ad] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Audit] with Product with Serializable
- status
The audit status of the ad.
- feedback
One or more human-readable explanations as to reasons for rejection or any changes to fields for ad quality reasons (e.g., "adomain", "cat", "attr", etc.).
- init
Date/time of the original instantiation of this object in the format of ISO-8601; W3C profile.
- lastmod
Date/time of most recent modification to this object in the format of ISO-8601; W3C profile.
- corr
Correction object wherein the auditor can specify changes to attributes of the "Ad" object or its children they believe to be proper.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Audit
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Audit(status: AuditStatusCode = com.explorestack.protobuf.adcom.AuditStatusCode.AUDIT_STATUS_CODE_INVALID, feedback: Seq[String] = _root_.scala.Seq.empty, init: String = "", lastmod: String = "", corr: Option[Ad] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- status
The audit status of the ad.
- feedback
One or more human-readable explanations as to reasons for rejection or any changes to fields for ad quality reasons (e.g., "adomain", "cat", "attr", etc.).
- init
Date/time of the original instantiation of this object in the format of ISO-8601; W3C profile.
- lastmod
Date/time of most recent modification to this object in the format of ISO-8601; W3C profile.
- corr
Correction object wherein the auditor can specify changes to attributes of the "Ad" object or its children they believe to be proper.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllExtProto(__vs: Iterable[Any]): Audit
- def addAllFeedback(__vs: Iterable[String]): Audit
- def addExtProto(__vs: Any*): Audit
- def addFeedback(__vs: String*): Audit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearCorr: Audit
- def clearExt: Audit
- def clearExtProto: Audit
- def clearFeedback: Audit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Audit.type
- Definition Classes
- Audit → GeneratedMessage
- val corr: Option[Ad]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[Struct]
- val extProto: Seq[Any]
- val feedback: Seq[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCorr: Ad
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Audit → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Audit → GeneratedMessage
- val init: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastmod: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Audit → GeneratedMessage
- val status: AuditStatusCode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Audit → GeneratedMessage
- def update(ms: (Lens[Audit, Audit]) => Mutation[Audit]*): Audit
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withCorr(__v: Ad): Audit
- def withExt(__v: Struct): Audit
- def withExtProto(__v: Seq[Any]): Audit
- def withFeedback(__v: Seq[String]): Audit
- def withInit(__v: String): Audit
- def withLastmod(__v: String): Audit
- def withStatus(__v: AuditStatusCode): Audit
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Audit → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)