Package org.gitlab4j.api.models
Class CustomAttribute
- java.lang.Object
-
- org.gitlab4j.api.models.CustomAttribute
-
- All Implemented Interfaces:
java.io.Serializable
public class CustomAttribute extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
java.lang.String
getValue()
void
setKey(java.lang.String key)
void
setValue(java.lang.String value)
CustomAttribute
withKey(java.lang.String key)
CustomAttribute
withValue(java.lang.String value)
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
setKey
public void setKey(java.lang.String key)
-
getValue
public java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
withKey
public CustomAttribute withKey(java.lang.String key)
-
withValue
public CustomAttribute withValue(java.lang.String value)
-
-