Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WebPagePending

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { id: BigInteger; url?: string; date: number }

Type declaration

  • id: BigInteger
  • Optional url?: string
  • date: number
CONSTRUCTOR_ID: 2966502983
SUBCLASS_OF_ID: 1437168769
classType: "constructor"
className: "WebPagePending"
id: BigInteger
url?: string
date: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { id: BigInteger; url?: string; date: number }

Constructors

  • new WebPagePending(args: { id: BigInteger; url?: string; date: number }): WebPagePending

Generated using TypeDoc