Package kubevirt.io
Class V1NetworkAttachmentDefinitionSpec
- java.lang.Object
-
- kubevirt.io.V1NetworkAttachmentDefinitionSpec
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-02-20T11:28:11.418+02:00") public class V1NetworkAttachmentDefinitionSpec extends java.lang.Object
V1NetworkAttachmentDefinitionSpec
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
config
-
Constructor Summary
Constructors Constructor Description V1NetworkAttachmentDefinitionSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V1NetworkAttachmentDefinitionSpec
config(java.lang.String config)
boolean
equals(java.lang.Object o)
java.lang.String
getConfig()
Get configint
hashCode()
void
setConfig(java.lang.String config)
private java.lang.String
toIndentedString(java.lang.Object o)
Convert the given object to string with each line indented by 4 spaces (except the first line).java.lang.String
toString()
-
-
-
Method Detail
-
config
public V1NetworkAttachmentDefinitionSpec config(java.lang.String config)
-
getConfig
public java.lang.String getConfig()
Get config- Returns:
- config
-
setConfig
public void setConfig(java.lang.String config)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toIndentedString
private java.lang.String toIndentedString(java.lang.Object o)
Convert the given object to string with each line indented by 4 spaces (except the first line).
-
-