Uni App
HOU - Computer Science - 2024-2025
Loading...
Searching...
No Matches
HTTP.WebData Class Reference

Public Member Functions

String getName ()
 
void setName (String name)
 
String getCountry ()
 
void setCountry (String country)
 
String getState_province ()
 
void setState_province (String state_province)
 
String getAlpha_two_code ()
 
void setAlpha_two_code (String alpha_two_code)
 
List< String > getWeb_pages ()
 
void setWeb_pages (List< String > web_pages)
 
List< String > getDomains ()
 
void setDomains (List< String > domains)
 
String toString ()
 

Member Function Documentation

◆ getAlpha_two_code()

String HTTP.WebData.getAlpha_two_code ( )
Here is the caller graph for this function:

◆ getCountry()

String HTTP.WebData.getCountry ( )
Here is the caller graph for this function:

◆ getDomains()

List< String > HTTP.WebData.getDomains ( )
Here is the caller graph for this function:

◆ getName()

String HTTP.WebData.getName ( )
Here is the caller graph for this function:

◆ getState_province()

String HTTP.WebData.getState_province ( )

◆ getWeb_pages()

List< String > HTTP.WebData.getWeb_pages ( )
Here is the caller graph for this function:

◆ setAlpha_two_code()

void HTTP.WebData.setAlpha_two_code ( String alpha_two_code)

◆ setCountry()

void HTTP.WebData.setCountry ( String country)

◆ setDomains()

void HTTP.WebData.setDomains ( List< String > domains)

◆ setName()

void HTTP.WebData.setName ( String name)

◆ setState_province()

void HTTP.WebData.setState_province ( String state_province)

◆ setWeb_pages()

void HTTP.WebData.setWeb_pages ( List< String > web_pages)

◆ toString()

String HTTP.WebData.toString ( )

The documentation for this class was generated from the following file: