Code Review
/
vid.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d5858de20787ef3f4389e1940d734e809e33ab0d
[vid.git]
/
1
package org.onap.vid.aai.model.AaiGetServicesRequestModel;
2
3
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
4
5
import java.util.List;
6
@JsonIgnoreProperties(ignoreUnknown = true)
7
public class GetServicesAAIRespone {
8
9
public List<Service> service;
10
}