Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageRelatedArticle

Hierarchy

  • VirtualClass<{ url: string; webpageId: long; title?: string; description?: string; photoId?: long; author?: string; publishedDate?: int }>
    • PageRelatedArticle

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { url: string; webpageId: BigInteger; title?: string; description?: string; photoId?: BigInteger; author?: string; publishedDate?: number }

Type declaration

  • url: string
  • webpageId: BigInteger
  • Optional title?: string
  • Optional description?: string
  • Optional photoId?: BigInteger
  • Optional author?: string
  • Optional publishedDate?: number
CONSTRUCTOR_ID: 3012615176
SUBCLASS_OF_ID: 919623714
classType: "constructor"
className: "PageRelatedArticle"
url: string
webpageId: BigInteger
title?: string
description?: string
photoId?: BigInteger
author?: string
publishedDate?: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { url: string; webpageId: BigInteger; title?: string; description?: string; photoId?: BigInteger; author?: string; publishedDate?: number }
  • Returns { url: string; webpageId: BigInteger; title?: string; description?: string; photoId?: BigInteger; author?: string; publishedDate?: number }

    • url: string
    • webpageId: BigInteger
    • Optional title?: string
    • Optional description?: string
    • Optional photoId?: BigInteger
    • Optional author?: string
    • Optional publishedDate?: number

Constructors

  • new PageRelatedArticle(args: { url: string; webpageId: BigInteger; title?: string; description?: string; photoId?: BigInteger; author?: string; publishedDate?: number }): PageRelatedArticle
  • Parameters

    • args: { url: string; webpageId: BigInteger; title?: string; description?: string; photoId?: BigInteger; author?: string; publishedDate?: number }
      • url: string
      • webpageId: BigInteger
      • Optional title?: string
      • Optional description?: string
      • Optional photoId?: BigInteger
      • Optional author?: string
      • Optional publishedDate?: number

    Returns PageRelatedArticle

Generated using TypeDoc