@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-02-12T13:23:41.129Z") public class ApiTagToEntities extends Object
Constructor and Description |
---|
ApiTagToEntities() |
public ApiTagToEntities name(String name)
public String getName()
public void setName(String name)
public ApiTagToEntities value(String value)
public String getValue()
public void setValue(String value)
public ApiTagToEntities apiClusterRefs(List<ApiClusterRef> apiClusterRefs)
public ApiTagToEntities addApiClusterRefsItem(ApiClusterRef apiClusterRefsItem)
public List<ApiClusterRef> getApiClusterRefs()
public void setApiClusterRefs(List<ApiClusterRef> apiClusterRefs)
public ApiTagToEntities apiServiceRefs(List<ApiServiceRef> apiServiceRefs)
public ApiTagToEntities addApiServiceRefsItem(ApiServiceRef apiServiceRefsItem)
public List<ApiServiceRef> getApiServiceRefs()
public void setApiServiceRefs(List<ApiServiceRef> apiServiceRefs)
public ApiTagToEntities apiRoleRefs(List<ApiRoleRef> apiRoleRefs)
public ApiTagToEntities addApiRoleRefsItem(ApiRoleRef apiRoleRefsItem)
public List<ApiRoleRef> getApiRoleRefs()
public void setApiRoleRefs(List<ApiRoleRef> apiRoleRefs)
public ApiTagToEntities apiHostRefs(List<ApiHostRef> apiHostRefs)
public ApiTagToEntities addApiHostRefsItem(ApiHostRef apiHostRefsItem)
public List<ApiHostRef> getApiHostRefs()
public void setApiHostRefs(List<ApiHostRef> apiHostRefs)
Copyright © 2021. All rights reserved.