public class SourceSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
SourceSpec()
No args constructor for use in serialization
|
SourceSpec(Boolean compression,
String content,
String contentKey,
String contentRef,
String contentType,
List<String> interceptors,
String language,
String loader,
String name,
String path,
List<String> propertyNames,
String rawContent,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getCompression() |
String |
getContent() |
String |
getContentKey() |
String |
getContentRef() |
String |
getContentType() |
List<String> |
getInterceptors() |
String |
getLanguage() |
String |
getLoader() |
String |
getName() |
String |
getPath() |
List<String> |
getPropertyNames() |
String |
getRawContent() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCompression(Boolean compression) |
void |
setContent(String content) |
void |
setContentKey(String contentKey) |
void |
setContentRef(String contentRef) |
void |
setContentType(String contentType) |
void |
setInterceptors(List<String> interceptors) |
void |
setLanguage(String language) |
void |
setLoader(String loader) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setPropertyNames(List<String> propertyNames) |
void |
setRawContent(String rawContent) |
void |
setType(String type) |
public SourceSpec()
public SourceSpec(Boolean compression, String content, String contentKey, String contentRef, String contentType, List<String> interceptors, String language, String loader, String name, String path, List<String> propertyNames, String rawContent, String type)
contentKey - loader - language - type - content - rawContent - path - propertyNames - name - compression - contentType - contentRef - interceptors - public Boolean getCompression()
public void setCompression(Boolean compression)
public String getContent()
public void setContent(String content)
public String getContentKey()
public void setContentKey(String contentKey)
public String getContentRef()
public void setContentRef(String contentRef)
public String getContentType()
public void setContentType(String contentType)
public String getLanguage()
public void setLanguage(String language)
public String getLoader()
public void setLoader(String loader)
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public String getRawContent()
public void setRawContent(String rawContent)
public String getType()
public void setType(String type)
Copyright © 2015–2023 Red Hat. All rights reserved.