Open Kilda Java Documentation
org.openkilda.integration.model.IslStats Class Reference
Inheritance diagram for org.openkilda.integration.model.IslStats:

Public Member Functions

String getStart ()
 
void setStart (final String start)
 
List< QuerygetQueries ()
 
void setQueries (final List< Query > queries)
 
String getEnd ()
 
void setEnd (final String end)
 
String toString ()
 

Detailed Description

The Class ISLStatsRequestBody.

Author
sumitpal.singh

Definition at line 19 of file IslStats.java.

Member Function Documentation

◆ getEnd()

String org.openkilda.integration.model.IslStats.getEnd ( )

Gets the end.

Returns
the end

Definition at line 74 of file IslStats.java.

◆ getQueries()

List<Query> org.openkilda.integration.model.IslStats.getQueries ( )

Gets the queries.

Returns
the queries

Definition at line 56 of file IslStats.java.

◆ getStart()

String org.openkilda.integration.model.IslStats.getStart ( )

Gets the start.

Returns
the start

Definition at line 38 of file IslStats.java.

◆ setEnd()

void org.openkilda.integration.model.IslStats.setEnd ( final String  end)

Sets the end.

Parameters
endthe new end

Definition at line 83 of file IslStats.java.

◆ setQueries()

void org.openkilda.integration.model.IslStats.setQueries ( final List< Query queries)

Sets the queries.

Parameters
queriesthe new queries

Definition at line 65 of file IslStats.java.

◆ setStart()

void org.openkilda.integration.model.IslStats.setStart ( final String  start)

Sets the start.

Parameters
startthe new start

Definition at line 47 of file IslStats.java.

◆ toString()

String org.openkilda.integration.model.IslStats.toString ( )

Definition at line 88 of file IslStats.java.


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