Class TenantWithApplications
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.application.v4.model.TenantWithApplications
-
public class TenantWithApplications extends java.lang.Object- Author:
- Tony Vaagenes
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<ApplicationReference>applicationscom.yahoo.vespa.athenz.api.AthenzDomainathensDomainPropertypropertyTenantTypetype
-
Constructor Summary
Constructors Constructor Description TenantWithApplications()TenantWithApplications(TenantType type, com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, java.util.List<ApplicationReference> applications)
-
-
-
Field Detail
-
type
public TenantType type
-
athensDomain
public com.yahoo.vespa.athenz.api.AthenzDomain athensDomain
-
property
public Property property
-
applications
public java.util.List<ApplicationReference> applications
-
-
Constructor Detail
-
TenantWithApplications
public TenantWithApplications()
-
TenantWithApplications
public TenantWithApplications(TenantType type, com.yahoo.vespa.athenz.api.AthenzDomain athensDomain, Property property, java.util.List<ApplicationReference> applications)
-
-