public class NetworkVlan extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NetworkVlan.Builder |
Constructor and Description |
---|
NetworkVlan(int id,
int accountId,
String name,
int networkVrfId,
int primarySubnetId,
int vlanNumber,
String note) |
Modifier and Type | Method and Description |
---|---|
static NetworkVlan.Builder |
builder() |
boolean |
equals(Object o) |
int |
getAccountId() |
int |
getId() |
String |
getName() |
int |
getNetworkVrfId() |
String |
getNote() |
int |
getPrimarySubnetId() |
int |
getVlanNumber() |
int |
hashCode() |
NetworkVlan.Builder |
toBuilder() |
String |
toString() |
public int getId()
public int getAccountId()
public String getName()
public int getNetworkVrfId()
public int getPrimarySubnetId()
public int getVlanNumber()
public String getNote()
public static NetworkVlan.Builder builder()
public NetworkVlan.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.