public class ClientOpt extends Object
| 构造器和说明 |
|---|
ClientOpt() |
public static List<AppDTO> getAppByServiceIdTypeName(String serviceId, String type, String name)
public static List<AppDTO> getAppByServiceIdAndName(String serviceId, String name)
public static List<AppDTO> getAppByServiceIdOrName(String serviceId, String name)
public static List<AppDTO> getAppByServiceIdAndType(String serviceId, String type)
public static List<AppDTO> getAppByServiceIdOrType(String serviceId, String type)
public static List<AppDTO> getAppBySsoServiceIdAndName(String ssoServiceId, String name)
public static List<AppDTO> getAppBySsoServiceIdOrName(String ssoServiceId, String name)
public static List<AppDTO> getAppBySsoServiceIdAndType(String ssoServiceId, String type)
public static List<AppDTO> getAppBySsoServiceIdOrType(String ssoServiceId, String type)
public static List<AppDTO> getAppByServiceIdAndSsoServiceId(String serviceId, String ssoServiceId)
public static List<AppDTO> getAppByServiceIdOrSsoServiceId(String serviceId, String ssoServiceId)
public static String getAppIpByServiceIdLoadBalanced(String serviceId)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.