Class FVTConstants
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.glossaryauthor.fvt.FVTConstants
-
public class FVTConstants extends Object
Created by Sachin on 16/10/2021.
-
-
Field Summary
Fields Modifier and Type Field Description static StringADMIN_BASE_URLstatic StringDEFAULT_URLstatic StringGLOSSARY_AUTHOR_BASE_URLstatic StringSERVER_NAME1static StringSERVER_NAME2static StringUSERID
-
Constructor Summary
Constructors Constructor Description FVTConstants()
-
-
-
Field Detail
-
USERID
public static final String USERID
- See Also:
- Constant Field Values
-
DEFAULT_URL
public static final String DEFAULT_URL
- See Also:
- Constant Field Values
-
SERVER_NAME1
public static final String SERVER_NAME1
- See Also:
- Constant Field Values
-
SERVER_NAME2
public static final String SERVER_NAME2
- See Also:
- Constant Field Values
-
GLOSSARY_AUTHOR_BASE_URL
public static final String GLOSSARY_AUTHOR_BASE_URL
- See Also:
- Constant Field Values
-
ADMIN_BASE_URL
public static final String ADMIN_BASE_URL
- See Also:
- Constant Field Values
-
-