Package net.webpdf.wsclient.openapi
Class ProviderProviderEntry
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ProviderProviderEntry
-
public class ProviderProviderEntry extends Object
ProviderProviderEntry
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONFIGURATION_CONTENTstatic StringJSON_PROPERTY_CONFIGURATION_FILE_NAMEstatic StringJSON_PROPERTY_CONFIGURATION_FILE_TYPEstatic StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description ProviderProviderEntry()ProviderProviderEntry(String configurationFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProviderProviderEntryconfigurationContent(byte[] configurationContent)ProviderProviderEntryconfigurationFileType(AdminProviderConfigurationFormat configurationFileType)booleanequals(Object o)@org.jetbrains.annotations.Nullable byte[]getConfigurationContent()Get configurationContent@Nullable StringgetConfigurationFileName()Get configurationFileName@Nullable AdminProviderConfigurationFormatgetConfigurationFileType()Get configurationFileType@Nullable StringgetName()Get nameinthashCode()ProviderProviderEntryname(String name)voidsetConfigurationContent(byte[] configurationContent)voidsetConfigurationFileType(AdminProviderConfigurationFormat configurationFileType)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONFIGURATION_CONTENT
public static final String JSON_PROPERTY_CONFIGURATION_CONTENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONFIGURATION_FILE_NAME
public static final String JSON_PROPERTY_CONFIGURATION_FILE_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONFIGURATION_FILE_TYPE
public static final String JSON_PROPERTY_CONFIGURATION_FILE_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProviderProviderEntry
public ProviderProviderEntry()
-
ProviderProviderEntry
public ProviderProviderEntry(String configurationFileName)
-
-
Method Detail
-
configurationContent
public ProviderProviderEntry configurationContent(byte[] configurationContent)
-
getConfigurationContent
@Nullable public @org.jetbrains.annotations.Nullable byte[] getConfigurationContent()
Get configurationContent- Returns:
- configurationContent
-
setConfigurationContent
public void setConfigurationContent(byte[] configurationContent)
-
getConfigurationFileName
@Nullable public @Nullable String getConfigurationFileName()
Get configurationFileName- Returns:
- configurationFileName
-
configurationFileType
public ProviderProviderEntry configurationFileType(AdminProviderConfigurationFormat configurationFileType)
-
getConfigurationFileType
@Nullable public @Nullable AdminProviderConfigurationFormat getConfigurationFileType()
Get configurationFileType- Returns:
- configurationFileType
-
setConfigurationFileType
public void setConfigurationFileType(AdminProviderConfigurationFormat configurationFileType)
-
name
public ProviderProviderEntry name(String name)
-
getName
@Nullable public @Nullable String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
-