Class MissingReferentialRequest
- java.lang.Object
-
- fr.ird.observe.services.service.referential.MissingReferentialRequest
-
- All Implemented Interfaces:
ObserveDto
public class MissingReferentialRequest extends Object implements ObserveDto
Created on 07/11/16.- Since:
- 6.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ImmutableSetStringMapgetCentralSourceReferential()String[]getTripIds()static MissingReferentialRequestof(ImmutableSetStringMap centralSourceReferential, String... tripIds)
-
-
-
Method Detail
-
of
public static MissingReferentialRequest of(ImmutableSetStringMap centralSourceReferential, String... tripIds)
-
getCentralSourceReferential
public ImmutableSetStringMap getCentralSourceReferential()
-
getTripIds
public String[] getTripIds()
-
-