Package org.cyclonedx.model
Class ReleaseNotes.Notes
- java.lang.Object
-
- org.cyclonedx.model.ReleaseNotes.Notes
-
- Enclosing class:
- ReleaseNotes
public static class ReleaseNotes.Notes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringlocaleprivate AttachmentTexttext
-
Constructor Summary
Constructors Constructor Description Notes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocale()AttachmentTextgetText()voidsetLocale(java.lang.String locale)voidsetText(AttachmentText text)
-
-
-
Field Detail
-
locale
private java.lang.String locale
-
text
private AttachmentText text
-
-
Method Detail
-
getLocale
public java.lang.String getLocale()
-
setLocale
public void setLocale(java.lang.String locale)
-
getText
public AttachmentText getText()
-
setText
public void setText(AttachmentText text)
-
-